Home
last modified time | relevance | path

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 Des31fAdvancedBlendTests.cpp469 // \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 DglcBlendEquationAdvancedTests.cpp1419 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 Denable.c1297 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 DgluStateReset.cpp630 gl.enable(GL_BLEND_ADVANCED_COHERENT_KHR); in resetStateES()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h59 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h78 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h59 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3868 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
H A Dglext.h4965 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h3855 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
H A Dglext.h4947 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3886 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
H A Dglext.h4978 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h3886 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro
H A Dglext.h4977 #define GL_BLEND_ADVANCED_COHERENT_KHR 0x9285 macro

Completed in 301 milliseconds