Home
last modified time | relevance | path

Searched refs:depthFunc (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fDepthTests.cpp218 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()
Des2fDepthStencilTests.cpp104 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 …]
Des2fPolygonOffsetTests.cpp384 …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 …]
Des2fRandomFragmentOpTests.cpp111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
Des2fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate() local
331 gl.depthFunc (depthFunc); in iterate()
/external/deqp/modules/gles3/functional/
Des3fDepthTests.cpp221 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()
Des3fDepthStencilTests.cpp104 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 …]
Des3fPolygonOffsetTests.cpp387 …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 …]
Des3fFragDepthTests.cpp173 gl.depthFunc(GL_ALWAYS); in iterate()
214 gl.depthFunc(m_compareFunc); in iterate()
315 gl.depthFunc(GL_LESS); in iterate()
Des3fRandomFragmentOpTests.cpp111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc); in translateState()
184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
Des3fShaderInvarianceTests.cpp323 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/
DglcViewportArrayTests.cpp971 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 …]
DglcViewportArrayTests.hpp320 …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>& …
DglcFragDepthTests.cpp183 gl.depthFunc(GL_ALWAYS); in iterate()
215 gl.depthFunc(m_compareFunc); in iterate()
314 gl.depthFunc(GL_LESS); in iterate()
DglcPackedDepthStencilTests.cpp778 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/
DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member
107 , depthFunc (0) in RenderState()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp248 TestFunc depthFunc; member
286 , depthFunc (TESTFUNC_LESS) in FragmentOperationState()
DrrFragmentOperations.hpp138 …et, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::Cons…
DrrFragmentOperations.cpp219 …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/
Dgl4cClipControlTests.cpp606 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/
DglwInitES20Direct.inl40 gl->depthFunc = &glDepthFunc;
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h227 GLenum depthFunc; member
318 void setDepthFunc(GLenum depthFunc);
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1100 SVGA3dComparisonFunc depthFunc; member
1129 SVGA3dComparisonFunc depthFunc; member
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl68 dst->depthFunc = src.depthFunc;
/external/deqp/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp100 gl.depthFunc(GL_ALWAYS); in checkFramebufferSize()
202 gl.depthFunc(GL_ALWAYS); in checkFramebufferRenderable()

1234