/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BasicDrawTest.cpp | 149 glGetFixedv(GL_SAMPLE_COVERAGE_VALUE, &samplecoveragevalue); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFloatStateQueryTests.cpp | 926 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, 1.0f); in test() 937 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, fixedTests[ndx]); in test() 950 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f)); in test() 963 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, reference); in test()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFloatStateQueryTests.cpp | 1008 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, 1.0f); in test() 1019 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, fixedTests[ndx]); in test() 1032 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f)); in test() 1045 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, reference); in test()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 167 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 188 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 234 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 215 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 234 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 234 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1912 case GL_SAMPLE_COVERAGE_VALUE: *params = mState.sampleCoverageValue; break; in getFloatv() 2722 case GL_SAMPLE_COVERAGE_VALUE: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 363 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 194 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 175 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 274 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
H A D | StateManagerGL.cpp | 2748 get(GL_SAMPLE_COVERAGE_VALUE, &state->sampleCoverageValue);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 194 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 194 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 175 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | gl.h | 238 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 194 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
H A D | gl3.h | 194 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1779 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 175 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
H A D | gl31.h | 175 #define GL_SAMPLE_COVERAGE_VALUE 0x80AA macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 2504 case GL_SAMPLE_COVERAGE_VALUE:
|