Home
last modified time | relevance | path

Searched refs:GL_ONE_MINUS_SRC_ALPHA (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c436 [PictOpOver] = {0, 1, GL_ONE, GL_ONE_MINUS_SRC_ALPHA},
441 [PictOpOutReverse] = {0, 1, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA},
442 [PictOpAtop] = {1, 1, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
444 [PictOpXor] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
493 case GL_ONE_MINUS_SRC_ALPHA: in glamor_set_blend()
502 case GL_ONE_MINUS_SRC_ALPHA: in glamor_set_blend()
H A Dglamor_render.c50 [PictOpOver] = {0, 1, GL_ONE, GL_ONE_MINUS_SRC_ALPHA},
55 [PictOpOutReverse] = {0, 1, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA},
56 [PictOpAtop] = {1, 1, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
58 [PictOpXor] = {1, 1, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA},
434 case GL_ONE_MINUS_SRC_ALPHA: in glamor_translate_blend_alpha_to_red()
479 case GL_ONE_MINUS_SRC_ALPHA: in glamor_set_composite_op()
489 case GL_ONE_MINUS_SRC_ALPHA: in glamor_set_composite_op()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.cpp19 static_assert(underlying_type(ColorMode::OneMinusSrcAlpha) == GL_ONE_MINUS_SRC_ALPHA, "OpenGL enum …
35 static_assert(underlying_type(ColorMode::OneMinusSrcAlpha) == GL_ONE_MINUS_SRC_ALPHA, "OpenGL enum …
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h102 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h99 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch419 glBlendFunc (GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h99 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
H A Dgl31.h101 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
H A Dgl32.h101 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro