/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BasicDrawTest.cpp | 139 glEnable(GL_SAMPLE_COVERAGE); in TEST_P() 142 glGetFixedv(GL_SAMPLE_COVERAGE, &isSampleCoverage); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultisampleTest.cpp | 435 glEnable(GL_SAMPLE_COVERAGE); in TEST_P() 440 glDisable(GL_SAMPLE_COVERAGE); in TEST_P()
|
H A D | MultisampleCompatibilityTest.cpp | 367 // Test that enabling GL_SAMPLE_COVERAGE affects rendering. 384 glEnable(GL_SAMPLE_COVERAGE); in TEST_P() 392 glDisable(GL_SAMPLE_COVERAGE); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 195 GL_SAMPLE_COVERAGE, in init() 211 GL_SAMPLE_COVERAGE, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 226 GL_SAMPLE_COVERAGE, in init() 244 GL_SAMPLE_COVERAGE, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 1223 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average, 1280 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in init() 1281 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage; in init() 1398 * GL_SAMPLE_COVERAGE is constant at given pixel coordinates, with a given 1459 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in iterate() 1460 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1588 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE disabled" << TestLog::EndMessage; in iterate() 1592 log << TestLog::Image("RenderedImageNoSampleCoverage", "Rendered image with GL_SAMPLE_COVERAGE disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG); in iterate() 1596 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in iterate() 1597 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE enable in iterate() [all...] |
H A D | es3fBooleanStateQueryTests.cpp | 775 { "sample_coverage", "SAMPLE_COVERAGE", GL_SAMPLE_COVERAGE, false}, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 1064 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average, 1124 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in init() 1125 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage; in init() 1242 * GL_SAMPLE_COVERAGE is constant at given pixel coordinates, with a given 1306 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in iterate() 1307 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1438 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE disabled" << TestLog::EndMessage; in iterate() 1442 log << TestLog::Image("RenderedImageNoSampleCoverage", "Rendered image with GL_SAMPLE_COVERAGE disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG); in iterate() 1446 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE)); in iterate() 1447 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE enable in iterate() [all...] |
H A D | es2fBooleanStateQueryTests.cpp | 580 { "sample_coverage", "SAMPLE_COVERAGE", GL_SAMPLE_COVERAGE, false}, in init()
|
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 189 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 113 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 189 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 134 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 127 gl.disable (GL_SAMPLE_COVERAGE); in resetStateES() 735 gl.disable (GL_SAMPLE_COVERAGE); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1279 case GL_SAMPLE_COVERAGE: 1430 case GL_SAMPLE_COVERAGE: in getEnableFeature() 2401 case GL_SAMPLE_COVERAGE:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1437 mFunctions->enable(GL_SAMPLE_COVERAGE); in setSampleCoverageEnabled() 1441 mFunctions->disable(GL_SAMPLE_COVERAGE); in setSampleCoverageEnabled() 2779 get(GL_SAMPLE_COVERAGE, &state->enableSampleCoverage);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureMultisampleTests.cpp | 911 gl.enable(GL_SAMPLE_COVERAGE); in updateTexture() 943 gl.disable (GL_SAMPLE_COVERAGE); in updateTexture()
|
H A D | es31fMultisampleTests.cpp | 765 gl.enable(GL_SAMPLE_COVERAGE); in iterate() 766 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_COVERAGE"); in iterate() 768 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1025 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK", in init() 1028 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE, GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK", in init()
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 137 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 118 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 137 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 137 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 1432 case GL_SAMPLE_COVERAGE: context->setSampleCoverageEnabled(false); break; in Disable() 1777 case GL_SAMPLE_COVERAGE: context->setSampleCoverageEnabled(true); break; in Enable() 3826 case GL_SAMPLE_COVERAGE: return context->isSampleCoverageEnabled(); in IsEnabled()
|
H A D | Context.cpp | 1868 case GL_SAMPLE_COVERAGE: *params = mState.sampleCoverageEnabled; break; in getBooleanv() 2699 case GL_SAMPLE_COVERAGE: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 361 #define GL_SAMPLE_COVERAGE 0x80A0 macro
|