Home
last modified time | relevance | path

Searched refs:GL_ONE (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c434 [PictOpSrc] = {0, 0, GL_ONE, GL_ZERO},
435 [PictOpDst] = {0, 0, GL_ZERO, GL_ONE},
436 [PictOpOver] = {0, 1, GL_ONE, GL_ONE_MINUS_SRC_ALPHA},
437 [PictOpOverReverse] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ONE},
445 [PictOpAdd] = {0, 0, GL_ONE, GL_ONE},
482 src_blend = GL_ONE; in glamor_set_blend()
H A Dglamor_render.c48 [PictOpSrc] = {0, 0, GL_ONE, GL_ZERO},
49 [PictOpDst] = {0, 0, GL_ZERO, GL_ONE},
50 [PictOpOver] = {0, 1, GL_ONE, GL_ONE_MINUS_SRC_ALPHA},
51 [PictOpOverReverse] = {1, 0, GL_ONE_MINUS_DST_ALPHA, GL_ONE},
59 [PictOpAdd] = {0, 0, GL_ONE, GL_ONE},
468 source_blend = GL_ONE; in glamor_set_composite_op()
1100 if (op_info->source_blend == GL_ONE && op_info->dest_blend == GL_ZERO) { in glamor_composite_set_shader_blend()
H A Dglamor_picture.c231 swizzle[3] = GL_ONE; in glamor_get_tex_format_type_from_pictformat()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.cpp13 static_assert(underlying_type(ColorMode::One) == GL_ONE, "OpenGL enum mismatch");
29 static_assert(underlying_type(ColorMode::One) == GL_ONE, "OpenGL enum mismatch");
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h98 #define GL_ONE 1 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h95 #define GL_ONE 1 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.h95 #define GL_ONE 1 macro
H A Dgl31.h97 #define GL_ONE 1 macro
H A Dgl32.h97 #define GL_ONE 1 macro