Searched refs:GL_SAMPLE_ALPHA_TO_COVERAGE (Results 1 - 25 of 43) sorted by relevance

12

/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp194 GL_SAMPLE_ALPHA_TO_COVERAGE,
210 GL_SAMPLE_ALPHA_TO_COVERAGE,
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp225 GL_SAMPLE_ALPHA_TO_COVERAGE,
243 GL_SAMPLE_ALPHA_TO_COVERAGE,
/external/deqp/framework/opengl/
H A DgluStrUtil.inl478 case GL_SAMPLE_ALPHA_TO_COVERAGE: return "GL_SAMPLE_ALPHA_TO_COVERAGE";
1344 case GL_SAMPLE_ALPHA_TO_COVERAGE: return "GL_SAMPLE_ALPHA_TO_COVERAGE";
H A DgluStateReset.cpp126 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
733 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.cpp577 { "sample_alpha_to_coverage", "SAMPLE_ALPHA_TO_COVERAGE", GL_SAMPLE_ALPHA_TO_COVERAGE, false},
H A Des2fMultisampleTests.cpp1064 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average,
1116 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE));
1117 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
1240 * Tests that the coverage mask created by GL_SAMPLE_ALPHA_TO_COVERAGE or
1297 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE));
1299 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
1491 addChild(new MaskProportionalityCase(m_context, "proportionality_alpha_to_coverage", "Test the proportionality property of GL_SAMPLE_ALPHA_TO_COVERAGE", MaskProportionalityCase::CASETYPE_ALPHA_TO_COVERAGE));
1495 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));
1498 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));
1499 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
[all...]
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1223 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average,
1272 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE));
1273 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
1396 * Tests that the coverage mask created by GL_SAMPLE_ALPHA_TO_COVERAGE or
1450 GLU_CHECK_CALL(glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE));
1452 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
1677 "Test the proportionality property of GL_SAMPLE_ALPHA_TO_COVERAGE",
1687 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE",
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",
1699 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE an
[all...]
H A Des3fBooleanStateQueryTests.cpp772 { "sample_alpha_to_coverage", "SAMPLE_ALPHA_TO_COVERAGE", GL_SAMPLE_ALPHA_TO_COVERAGE, false},
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp755 gl.enable(GL_SAMPLE_ALPHA_TO_COVERAGE);
757 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_ALPHA_TO_COVERAGE");
759 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
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",
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",
H A Des31fTextureMultisampleTests.cpp904 gl.enable(GL_SAMPLE_ALPHA_TO_COVERAGE);
940 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/mesa3d/include/GLES/
H A Dgl.h160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/swiftshader/include/GLES/
H A Dgl.h135 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1112 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.sampleAlphaToCoverageEnabled; break;
1496 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural
1698 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural
H A DlibGLES_CM.cpp1181 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(false); break;
1318 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(true); break;
2480 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled(); break;
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp1460 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(false); break;
1805 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverageEnabled(true); break;
4219 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled();
H A DContext.cpp1831 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.sampleAlphaToCoverageEnabled; break;
2678 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural
/external/mesa3d/include/GLES2/
H A Dgl2.h139 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/mesa3d/src/mesa/main/
H A Dattrib.c1419 GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/swiftshader/include/GLES2/
H A Dgl2.h141 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h177 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c773 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_COVERAGE, GL_FALSE);
1154 _mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_COVERAGE, save_ms->SampleAlphaToCoverage);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp1201 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.sampleAlphaToCoverageEnabled; break;
1594 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural

Completed in 316 milliseconds

12