/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSampleVariableTests.cpp | 1804 std::vector<tcu::TextureLevel> sampleCoverage (m_numTargetSamples); in postTest() local 1809 for (int sampleNdx = 0; sampleNdx < (int)sampleCoverage.size(); ++sampleNdx) in postTest() 1811 …sampleCoverage[sampleNdx].setStorage(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat:… in postTest() 1817 …const tcu::RGBA highColor = m_iterationSampleBuffers[sampleNdx + (int)sampleCoverage.size()].getP… in postTest() 1836 …sampleCoverage[sampleNdx].getAccess().setPixel(tcu::UVec4((((deUint32)high) << 16) | low, 0, 0, 0)… in postTest() 1853 deUint32 mask = sampleCoverage[0].getAccess().getPixelUint(x, y).x(); in postTest() 1895 const deUint32 maskA = sampleCoverage[sampleNdxA].getAccess().getPixelUint(x, y).x(); in postTest() 1896 const deUint32 maskB = sampleCoverage[sampleNdxB].getAccess().getPixelUint(x, y).x(); in postTest() 1951 const deUint32 mask = sampleCoverage[maskNdx].getAccess().getPixelUint(x, y).x(); in postTest()
|
D | es31fMultisampleTests.cpp | 808 …gl.sampleCoverage(m_isInvertedSampleCoverageCase ? 1.0f - value : value, m_isInvertedSampleCoverag… in iterate()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 101 gl->sampleCoverage = &glSampleCoverage;
|
D | glwInitES30Direct.inl | 173 gl->sampleCoverage = &glSampleCoverage;
|
D | glwInitES20.inl | 101 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitES31Direct.inl | 233 gl->sampleCoverage = &glSampleCoverage;
|
D | glwInitES32Direct.inl | 270 gl->sampleCoverage = &glSampleCoverage;
|
D | glwInitES30.inl | 173 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitGL31.inl | 184 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitGL30.inl | 174 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitGL32.inl | 199 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitES31.inl | 233 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwFunctions.inl | 652 glSampleCoverageFunc sampleCoverage; variable
|
D | glwInitGL33.inl | 212 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
D | glwInitES32.inl | 270 gl->sampleCoverage = (glSampleCoverageFunc) loader->get("glSampleCoverage");
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 233 dst->sampleCoverage = src.sampleCoverage;
|
D | gluStateReset.cpp | 128 gl.sampleCoverage (1.0f, GL_FALSE); in resetStateES() 736 gl.sampleCoverage (1.0f, GL_FALSE); in resetStateGLCore()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 400 sampleCoverage, in init()
|
D | es2pStateChangeTests.cpp | 724 gl.sampleCoverage(0.25f, GL_TRUE); in init() 726 gl.sampleCoverage(0.75f, GL_FALSE); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 132 void sampleCoverage(GLfloat value, GLboolean invert); \
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 435 sampleCoverage, in init()
|
D | es3pStateChangeTests.cpp | 808 gl.sampleCoverage(0.25f, GL_TRUE); in init() 810 gl.sampleCoverage(0.75f, GL_FALSE); in init()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 840 sampleCoverage: function (...args) { method
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 386 ASSIGN("glSampleCoverageARB", sampleCoverage); in initProcsDesktopGL() 1272 ASSIGN("glSampleCoverage", sampleCoverage); in initProcsDesktopGL() 2362 ASSIGN("glSampleCoverage", sampleCoverage); in initProcsGLES() 3174 sampleCoverage = &glSampleCoverageNULL; in initProcsDesktopGLNULL() 4059 sampleCoverage = &glSampleCoverageNULL; in initProcsDesktopGLNULL() 5148 sampleCoverage = &glSampleCoverageNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 121 PFNGLSAMPLECOVERAGEPROC sampleCoverage = nullptr; variable
|