Searched refs:GL_BLEND_ADVANCED_COHERENT_KHR (Results 1 - 17 of 17) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAdvancedBlendTests.cpp | 469 // \note coherent extension enables GL_BLEND_ADVANCED_COHERENT_KHR by default in iterate() 471 gl.enable(GL_BLEND_ADVANCED_COHERENT_KHR); in iterate() 473 gl.disable(GL_BLEND_ADVANCED_COHERENT_KHR); in iterate() 628 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate() 634 gl.glDisable(GL_BLEND_ADVANCED_COHERENT_KHR); in iterate() 637 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, false, m_type); in iterate() 639 gl.glEnable(GL_BLEND_ADVANCED_COHERENT_KHR); in iterate() 642 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 1419 res.push_back(gl.isEnabled(GL_BLEND_ADVANCED_COHERENT_KHR) == GL_TRUE); 1423 gl.disable(GL_BLEND_ADVANCED_COHERENT_KHR); 1425 res.push_back(gl.isEnabled(GL_BLEND_ADVANCED_COHERENT_KHR) == GL_FALSE); 1429 gl.enable(GL_BLEND_ADVANCED_COHERENT_KHR); 1431 res.push_back(gl.isEnabled(GL_BLEND_ADVANCED_COHERENT_KHR) == GL_TRUE);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | enable.c | 1297 case GL_BLEND_ADVANCED_COHERENT_KHR: in _mesa_set_enable() 1964 case GL_BLEND_ADVANCED_COHERENT_KHR: in _mesa_IsEnabled()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 630 gl.enable(GL_BLEND_ADVANCED_COHERENT_KHR); in resetStateES()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 59 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 59 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 3868 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
H A D | glext.h | 4965 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 3855 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
H A D | glext.h | 4947 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 3886 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
H A D | glext.h | 4978 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 3886 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
H A D | glext.h | 4977 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
|
Completed in 301 milliseconds