/external/deqp/modules/gles2/functional/ |
D | es2fDepthTests.cpp | 218 context.depthFunc(GL_ALWAYS); in render() 221 context.depthFunc(m_compareOp); in render() 226 context.depthFunc(GL_ALWAYS); in render() 229 context.depthFunc(m_compareOp); in render() 234 context.depthFunc(GL_ALWAYS); in render() 237 context.depthFunc(m_compareOp); in render() 242 context.depthFunc(GL_ALWAYS); in render() 245 context.depthFunc(m_compareOp); in render()
|
D | es2fDepthStencilTests.cpp | 104 deUint32 depthFunc; member 112 , depthFunc (0) in DepthStencilParams() 147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n" in operator <<() 300 renderCmd.params.depthFunc = GL_ALWAYS; in generateBaseClearAndDepthCommands() 329 cmd.params.depthFunc = GL_LESS; in generateDepthVisualizeCommands() 403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc); in translateCommand() 456 glDepthFunc(command.params.depthFunc); in render() 775 …params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); in randomDepthStencilState() 841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++) in init() local 846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs)); in init() [all …]
|
D | es2fPolygonOffsetTests.cpp | 384 …gl.depthFunc (GL_LEQUAL); // make test pass if polygon offset doesn't do anything. It has its o… in testPolygonOffset() 544 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 553 gl.depthFunc (GL_EQUAL); in testPolygonOffset() 629 gl.depthFunc (GL_LESS); in testPolygonOffset() 792 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 799 gl.depthFunc (GL_GREATER); in testPolygonOffset() 811 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 818 gl.depthFunc (GL_LESS); in testPolygonOffset() 905 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 912 gl.depthFunc (GL_LESS); in testPolygonOffset() [all …]
|
D | es2fRandomFragmentOpTests.cpp | 111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState() 184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
|
D | es2fShaderInvarianceTests.cpp | 323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate() local 331 gl.depthFunc (depthFunc); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthTests.cpp | 221 context.depthFunc(GL_ALWAYS); in render() 224 context.depthFunc(m_compareOp); in render() 229 context.depthFunc(GL_ALWAYS); in render() 232 context.depthFunc(m_compareOp); in render() 237 context.depthFunc(GL_ALWAYS); in render() 240 context.depthFunc(m_compareOp); in render() 245 context.depthFunc(GL_ALWAYS); in render() 248 context.depthFunc(m_compareOp); in render()
|
D | es3fDepthStencilTests.cpp | 104 deUint32 depthFunc; member 112 , depthFunc (0) in DepthStencilParams() 147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n" in operator <<() 300 renderCmd.params.depthFunc = GL_ALWAYS; in generateBaseClearAndDepthCommands() 329 cmd.params.depthFunc = GL_LESS; in generateDepthVisualizeCommands() 403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc); in translateCommand() 456 glDepthFunc(command.params.depthFunc); in render() 775 …params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs)); in randomDepthStencilState() 841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++) in init() local 846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs)); in init() [all …]
|
D | es3fPolygonOffsetTests.cpp | 387 …gl.depthFunc (GL_LEQUAL); // make test pass if polygon offset doesn't do anything. It has its o… in testPolygonOffset() 547 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 556 gl.depthFunc (GL_EQUAL); in testPolygonOffset() 632 gl.depthFunc (GL_LESS); in testPolygonOffset() 795 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 802 gl.depthFunc (GL_GREATER); in testPolygonOffset() 814 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 821 gl.depthFunc (GL_LESS); in testPolygonOffset() 908 gl.depthFunc (GL_ALWAYS); in testPolygonOffset() 915 gl.depthFunc (GL_LESS); in testPolygonOffset() [all …]
|
D | es3fFragDepthTests.cpp | 173 gl.depthFunc(GL_ALWAYS); in iterate() 214 gl.depthFunc(m_compareFunc); in iterate() 315 gl.depthFunc(GL_LESS); in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState() 184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
|
D | es3fShaderInvarianceTests.cpp | 323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate() local 331 gl.depthFunc (depthFunc); in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 971 void APIErrors::depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool… in depthRangeArrayHelper() argument 982 depthFunc.depthRangeArray(0, max_viewports - 1, &data[0]); in depthRangeArrayHelper() 985 depthFunc.depthRangeArray(max_viewports, 1, &data[0]); in depthRangeArrayHelper() 988 depthFunc.depthRangeArray(1, max_viewports - 1, &data[0]); in depthRangeArrayHelper() 991 depthFunc.depthRangeArray(1, max_viewports, &data[0]); in depthRangeArrayHelper() 996 void APIErrors::depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bo… in depthRangeIndexedHelper() argument 998 depthFunc.depthRangeIndexed(0 /* index */, (T)0.0, (T)1.0); in depthRangeIndexedHelper() 1001 depthFunc.depthRangeIndexed(max_viewports - 1 /* index */, (T)0.0, (T)1.0); in depthRangeIndexedHelper() 1004 depthFunc.depthRangeIndexed(max_viewports /* index */, (T)0.0, (T)1.0); in depthRangeIndexedHelper() 1007 depthFunc.depthRangeIndexed(max_viewports + 1 /* index */, (T)0.0, (T)1.0); in depthRangeIndexedHelper() [all …]
|
D | glcViewportArrayTests.hpp | 320 …void depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& tes… 324 …void depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& t… 328 …void getDepthHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_resul… 369 …void depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, b… 495 …void getDepthRanges(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, std::vector<T>& …
|
D | glcFragDepthTests.cpp | 183 gl.depthFunc(GL_ALWAYS); in iterate() 215 gl.depthFunc(m_compareFunc); in iterate() 314 gl.depthFunc(GL_LESS); in iterate()
|
D | glcPackedDepthStencilTests.cpp | 778 gl.depthFunc(GL_LEQUAL); in renderToTextures() 1736 gl.depthFunc(GL_LEQUAL); in iterate() 1878 gl.depthFunc(GL_NEVER); in iterate() 1883 gl.depthFunc(GL_NEVER); in iterate() 2048 gl.depthFunc(GL_LEQUAL); in iterate() 2407 gl.depthFunc(GL_LEQUAL); in iterate() 2533 gl.depthFunc(GL_LEQUAL); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 90 deUint32 depthFunc; member 107 , depthFunc (0) in RenderState()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 248 TestFunc depthFunc; member 286 , depthFunc (TESTFUNC_LESS) in FragmentOperationState()
|
D | rrFragmentOperations.hpp | 138 …et, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::Cons…
|
D | rrFragmentOperations.cpp | 219 …et, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::Cons… in executeDepthCompare() argument 269 switch (depthFunc) in executeDepthCompare() 286 switch (depthFunc) in executeDepthCompare() 881 …executeDepthCompare(groupFirstFragNdx, numSamplesPerFragment, inputFragments, state.depthFunc, dep… in render()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cClipControlTests.cpp | 606 gl.depthFunc(GL_LESS); in deinit() 638 gl.depthFunc(GL_ALWAYS); in iterate() 796 gl.depthFunc(GL_LESS); in deinit() 827 gl.depthFunc(GL_ALWAYS); in iterate() 977 gl.depthFunc(GL_LESS); in deinit()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 40 gl->depthFunc = &glDepthFunc;
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 227 GLenum depthFunc; member 318 void setDepthFunc(GLenum depthFunc);
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1100 SVGA3dComparisonFunc depthFunc; member 1129 SVGA3dComparisonFunc depthFunc; member
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 68 dst->depthFunc = src.depthFunc;
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboNoAttachmentTests.cpp | 100 gl.depthFunc(GL_ALWAYS); in checkFramebufferSize() 202 gl.depthFunc(GL_ALWAYS); in checkFramebufferRenderable()
|