Searched refs:GL_LIGHTEN_KHR (Results 1 - 17 of 17) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 63 GL_LIGHTEN_KHR, GL_COLORDODGE_KHR, GL_COLORBURN_KHR, GL_HARDLIGHT_KHR, 79 case GL_LIGHTEN_KHR: in GetModeStr() 80 return "GL_LIGHTEN_KHR"; in GetModeStr() 119 case GL_LIGHTEN_KHR: in GetLayoutQualifierStr() 419 case GL_LIGHTEN_KHR: 628 { GL_LIGHTEN_KHR, { 0.250f, 0.375f, 1.000f, 1.000f } }, // => (0.250, 0.375, 1.000, 1.000) (from src) 644 { GL_LIGHTEN_KHR, { 1.000f, 1.000f, 1.000f, 1.000f } }, { GL_MULTIPLY_KHR, { 0.500f, 0.500f, 0.500f, 1.000f } },
|
H A D | glcExtTokens.cpp | 271 LIGHTEN = GL_LIGHTEN_KHR; in init()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 274 case GL_LIGHTEN_KHR: return rr::BLENDEQUATION_ADVANCED_LIGHTEN; in mapGLBlendEquationAdvanced()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 470 case GL_LIGHTEN_KHR: in advanced_blend_mode_from_gl_enum()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 59 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 40 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 59 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 59 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 40 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 3849 #define GL_LIGHTEN_KHR 0x9298 macro
|
H A D | glext.h | 4946 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 3836 #define GL_LIGHTEN_KHR 0x9298 macro
|
H A D | glext.h | 4928 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 3867 #define GL_LIGHTEN_KHR 0x9298 macro
|
H A D | glext.h | 4959 #define GL_LIGHTEN_KHR 0x9298 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 3867 #define GL_LIGHTEN_KHR 0x9298 macro
|
H A D | glext.h | 4958 #define GL_LIGHTEN_KHR 0x9298 macro
|
Completed in 288 milliseconds