Home
last modified time | relevance | path

Searched refs:GL_ONE_MINUS_DST_ALPHA (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.cpp21 static_assert(underlying_type(ColorMode::OneMinusDstAlpha) == GL_ONE_MINUS_DST_ALPHA, "OpenGL enum …
37 static_assert(underlying_type(ColorMode::OneMinusDstAlpha) == GL_ONE_MINUS_DST_ALPHA, "OpenGL enum …
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c437 [PictOpOverReverse] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ONE},
440 [PictOpOut] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ZERO},
443 [PictOpAtopReverse] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA},
444 [PictOpXor] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
483 else if (src_blend == GL_ONE_MINUS_DST_ALPHA) in glamor_set_blend()
H A Dglamor_render.c51 [PictOpOverReverse] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ONE},
54 [PictOpOut] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ZERO},
57 [PictOpAtopReverse] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA},
58 [PictOpXor] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
436 case GL_ONE_MINUS_DST_ALPHA: in glamor_translate_blend_alpha_to_red()
469 else if (source_blend == GL_ONE_MINUS_DST_ALPHA) in glamor_set_composite_op()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h104 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
H A Dgl31.h103 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
H A Dgl32.h103 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro