/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultisampleTest.cpp | 429 glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE); in TEST_P() 439 glDisable(GL_SAMPLE_ALPHA_TO_COVERAGE); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 300 gl.Enable(GL_SAMPLE_ALPHA_TO_COVERAGE); in ApplyNow() 302 gl.Disable(GL_SAMPLE_ALPHA_TO_COVERAGE); in ApplyNow()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 194 GL_SAMPLE_ALPHA_TO_COVERAGE, in init() 210 GL_SAMPLE_ALPHA_TO_COVERAGE, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 225 GL_SAMPLE_ALPHA_TO_COVERAGE, in init() 243 GL_SAMPLE_ALPHA_TO_COVERAGE, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBooleanStateQueryTests.cpp | 579 { "sample_alpha_to_coverage", "SAMPLE_ALPHA_TO_COVERAGE", GL_SAMPLE_ALPHA_TO_COVERAGE, false}, in init()
|
H A D | es2fMultisampleTests.cpp | 1064 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average, 1117 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE)); in init() 1118 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage; in init() 1241 * Tests that the coverage mask created by GL_SAMPLE_ALPHA_TO_COVERAGE or 1298 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE)); in iterate() 1300 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1492 addChild(new MaskProportionalityCase(m_context, "proportionality_alpha_to_coverage", "Test the proportionality property of GL_SAMPLE_ALPHA_TO_COVERAGE", MaskProportionalityCase::CASETYPE_ALPHA_TO_COVERAGE)); in init() 1496 addChild(new MaskConstancyCase(m_context, "constancy_alpha_to_coverage", "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE", MaskConstancyCase::CASETYPE_ALPHA_TO_COVERAGE)); in init() 1499 addChild(new MaskConstancyCase(m_context, "constancy_both", "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE and GL_SAMPLE_COVERAGE", MaskConstancyCase::CASETYPE_BOTH)); in init() 1500 addChild(new MaskConstancyCase(m_context, "constancy_both_inverted", "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE an in init() [all...] |
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 187 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 112 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 187 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 133 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBooleanStateQueryTests.cpp | 774 { "sample_alpha_to_coverage", "SAMPLE_ALPHA_TO_COVERAGE", GL_SAMPLE_ALPHA_TO_COVERAGE, false}, in init()
|
H A D | es3fMultisampleTests.cpp | 1223 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average, 1273 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE)); in init() 1274 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage; in init() 1397 * Tests that the coverage mask created by GL_SAMPLE_ALPHA_TO_COVERAGE or 1451 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE)); in iterate() 1453 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1677 "Test the proportionality property of GL_SAMPLE_ALPHA_TO_COVERAGE", in init() 1687 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE", in init() 1696 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE and GL_SAMPLE_COVERAGE", in init() 1699 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE an in init() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 126 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE); in resetStateES() 733 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1276 case GL_SAMPLE_ALPHA_TO_COVERAGE: 1428 case GL_SAMPLE_ALPHA_TO_COVERAGE: in getEnableFeature() 2398 case GL_SAMPLE_ALPHA_TO_COVERAGE:
|
H A D | validationES2.cpp | 576 case GL_SAMPLE_ALPHA_TO_COVERAGE: in ValidCap() 5297 cap == GL_SAMPLE_ALPHA_TO_COVERAGE) in ValidateEnable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1419 mFunctions->enable(GL_SAMPLE_ALPHA_TO_COVERAGE); in setSampleAlphaToCoverageEnabled() 1423 mFunctions->disable(GL_SAMPLE_ALPHA_TO_COVERAGE); in setSampleAlphaToCoverageEnabled() 2772 get(GL_SAMPLE_ALPHA_TO_COVERAGE, &state->enableSampleAlphaToCoverage);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureMultisampleTests.cpp | 906 gl.enable(GL_SAMPLE_ALPHA_TO_COVERAGE); in updateTexture() 942 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE); in updateTexture()
|
H A D | es31fMultisampleTests.cpp | 755 gl.enable(GL_SAMPLE_ALPHA_TO_COVERAGE); in iterate() 757 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_ALPHA_TO_COVERAGE"); in iterate() 759 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage; in iterate() 1022 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_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 | 135 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 116 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 135 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 135 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 1431 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(false); break; in Disable() 1776 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(true); break; in Enable() 3825 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); in IsEnabled()
|
H A D | Context.cpp | 1867 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.sampleAlphaToCoverageEnabled; break; in getBooleanv() 2698 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 359 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
|