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 D | color_mode.cpp | 21 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 D | glamor_program.c | 437 [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 D | glamor_render.c | 51 [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 D | gl.h | 104 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 101 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
| H A D | gl31.h | 103 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|
| H A D | gl32.h | 103 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
|