/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleShadingTests.cpp | 93 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, false, m_verifier); in iterate() 100 gl.glEnable(GL_SAMPLE_SHADING); in iterate() 101 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, true, m_verifier); in iterate() 103 gl.glDisable(GL_SAMPLE_SHADING); in iterate() 104 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, false, m_verifier); in iterate() 313 gl.disable(GL_SAMPLE_SHADING); 324 gl.enable(GL_SAMPLE_SHADING); 349 gl.disable(GL_SAMPLE_SHADING);
|
H A D | es31fBooleanStateQueryTests.cpp | 150 { "sample_shading", "SAMPLE_SHADING", GL_SAMPLE_SHADING, false, glu::ApiType::es(3, 2)}, in init()
|
H A D | es31fSampleVariableTests.cpp | 963 gl.enable(GL_SAMPLE_SHADING); 967 m_testCtx.getLog() << tcu::TestLog::Message << "Enabling per-sample interpolation with GL_SAMPLE_SHADING." << tcu::TestLog::EndMessage; 977 gl.disable(GL_SAMPLE_SHADING); 1113 gl.enable(GL_SAMPLE_SHADING); 1117 m_testCtx.getLog() << tcu::TestLog::Message << "Enabled GL_SAMPLE_SHADING, value = 0.5" << tcu::TestLog::EndMessage; 1127 gl.disable(GL_SAMPLE_SHADING);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateErrors.cpp | 116 gl.shadingRateEXT(GL_SAMPLE_SHADING); in iterate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | enable.c | 1041 case GL_SAMPLE_SHADING: in _mesa_set_enable() 1959 case GL_SAMPLE_SHADING: in _mesa_IsEnabled()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 579 gl.disable(GL_SAMPLE_SHADING); in resetStateES() 1218 gl.disable(GL_SAMPLE_SHADING); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1318 case GL_SAMPLE_SHADING: 1464 case GL_SAMPLE_SHADING: in getEnableFeature() 2468 case GL_SAMPLE_SHADING:
|
H A D | queryutils.cpp | 3844 case GL_SAMPLE_SHADING: in GetQueryParameterInfo()
|
H A D | validationES2.cpp | 626 case GL_SAMPLE_SHADING: in ValidCap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 901 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1625 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1606 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1627 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1606 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1687 #define GL_SAMPLE_SHADING 0x8C36 macro
|
H A D | glext.h | 1635 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1668 #define GL_SAMPLE_SHADING 0x8C36 macro
|
H A D | glext.h | 1616 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1724 #define GL_SAMPLE_SHADING 0x8C36 macro
|
H A D | glext.h | 1671 #define GL_SAMPLE_SHADING 0x8C36 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1724 #define GL_SAMPLE_SHADING 0x8C36 macro
|
H A D | glext.h | 1671 #define GL_SAMPLE_SHADING 0x8C36 macro
|