Searched refs:GL_LIGHTEN (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 1063 GL_LIGHTEN, in iterate() 1128 gl.glBlendEquation(GL_LIGHTEN); in iterate() 1131 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_LIGHTEN, m_verifierType); in iterate() 1134 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_LIGHTEN, m_verifierType); in iterate()
|
H A D | es3fDrawBuffersIndexedTests.cpp | 105 case GL_LIGHTEN: return true; in isAdvancedBlendEq()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 145 LIGHTEN = GL_LIGHTEN; in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeAdvancedBlendEquationTests.cpp | 115 case BLEND_EQUATION_LIGHTEN: return GL_LIGHTEN; in getEquation()
|
H A D | es31fAdvancedBlendTests.cpp | 97 case GL_LIGHTEN: return "lighten"; in getEquationName() 781 GL_LIGHTEN, in init()
|
H A D | es31fIndexedStateQueryTests.cpp | 1299 GL_LIGHTEN, in iterate() 1364 gl.glBlendEquation(GL_LIGHTEN); in iterate() 1367 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_LIGHTEN, m_verifierType); in iterate() 1370 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_LIGHTEN, m_verifierType); in iterate()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1531 #define GL_LIGHTEN 0x9298 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1512 #define GL_LIGHTEN 0x9298 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1533 #define GL_LIGHTEN 0x9298 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1512 #define GL_LIGHTEN 0x9298 macro
|
Completed in 35 milliseconds