Searched refs:depthFunc (Results 1 - 25 of 92) sorted by relevance

1234

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member in struct:deqp::gls::InteractionTestUtil::RenderState
107 , depthFunc (0)
H A DglsInteractionTestUtil.cpp186 state.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp218 context.depthFunc(GL_ALWAYS);
221 context.depthFunc(m_compareOp);
226 context.depthFunc(GL_ALWAYS);
229 context.depthFunc(m_compareOp);
234 context.depthFunc(GL_ALWAYS);
237 context.depthFunc(m_compareOp);
242 context.depthFunc(GL_ALWAYS);
245 context.depthFunc(m_compareOp);
H A Des2fDepthStencilTests.cpp104 deUint32 depthFunc; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::DepthStencilParams
112 , depthFunc (0)
147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n"
300 renderCmd.params.depthFunc = GL_ALWAYS;
329 cmd.params.depthFunc = GL_LESS;
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
456 glDepthFunc(command.params.depthFunc);
775 params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
841 for (int depthFunc
[all...]
H A Des2fPolygonOffsetTests.cpp384 gl.depthFunc (GL_LEQUAL); // make test pass if polygon offset doesn't do anything. It has its own test case. This test is only for to detect always-on cases.
544 gl.depthFunc (GL_ALWAYS);
553 gl.depthFunc (GL_EQUAL);
629 gl.depthFunc (GL_LESS);
792 gl.depthFunc (GL_ALWAYS);
799 gl.depthFunc (GL_GREATER);
811 gl.depthFunc (GL_ALWAYS);
818 gl.depthFunc (GL_LESS);
905 gl.depthFunc (GL_ALWAYS);
912 gl.depthFunc (GL_LES
[all...]
H A Des2fRandomFragmentOpTests.cpp111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc);
184 wrapper.glDepthFunc(state.depthFunc);
H A Des2fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp221 context.depthFunc(GL_ALWAYS);
224 context.depthFunc(m_compareOp);
229 context.depthFunc(GL_ALWAYS);
232 context.depthFunc(m_compareOp);
237 context.depthFunc(GL_ALWAYS);
240 context.depthFunc(m_compareOp);
245 context.depthFunc(GL_ALWAYS);
248 context.depthFunc(m_compareOp);
H A Des3fDepthStencilTests.cpp104 deUint32 depthFunc; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::DepthStencilParams
112 , depthFunc (0)
147 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.depthFunc) << "\n"
300 renderCmd.params.depthFunc = GL_ALWAYS;
329 cmd.params.depthFunc = GL_LESS;
403 dst.state.depthFunc = sglr::rr_util::mapGLTestFunc(src.params.depthFunc);
456 glDepthFunc(command.params.depthFunc);
775 params.depthFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(compareFuncs), DE_ARRAY_END(compareFuncs));
841 for (int depthFunc
[all...]
H A Des3fPolygonOffsetTests.cpp387 gl.depthFunc (GL_LEQUAL); // make test pass if polygon offset doesn't do anything. It has its own test case. This test is only for to detect always-on cases.
547 gl.depthFunc (GL_ALWAYS);
556 gl.depthFunc (GL_EQUAL);
632 gl.depthFunc (GL_LESS);
795 gl.depthFunc (GL_ALWAYS);
802 gl.depthFunc (GL_GREATER);
814 gl.depthFunc (GL_ALWAYS);
821 gl.depthFunc (GL_LESS);
908 gl.depthFunc (GL_ALWAYS);
915 gl.depthFunc (GL_LES
[all...]
H A Des3fFragDepthTests.cpp173 gl.depthFunc(GL_ALWAYS);
214 gl.depthFunc(m_compareFunc);
315 gl.depthFunc(GL_LESS);
H A Des3fRandomFragmentOpTests.cpp111 dst.depthFunc = sglr::rr_util::mapGLTestFunc(src.depthFunc);
184 wrapper.glDepthFunc(state.depthFunc);
H A Des3fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp248 TestFunc depthFunc; member in struct:rr::FragmentOperationState
282 , depthFunc (TESTFUNC_LESS)
H A DrrFragmentOperations.hpp137 void executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer);
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp971 void APIErrors::depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*) argument
982 depthFunc.depthRangeArray(0, max_viewports - 1, &data[0]);
985 depthFunc.depthRangeArray(max_viewports, 1, &data[0]);
988 depthFunc.depthRangeArray(1, max_viewports - 1, &data[0]);
991 depthFunc.depthRangeArray(1, max_viewports, &data[0]);
996 void APIErrors::depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*) argument
998 depthFunc.depthRangeIndexed(0 /* index */, (T)0.0, (T)1.0);
1001 depthFunc.depthRangeIndexed(max_viewports - 1 /* index */, (T)0.0, (T)1.0);
1004 depthFunc.depthRangeIndexed(max_viewports /* index */, (T)0.0, (T)1.0);
1007 depthFunc
1012 getDepthHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*) argument
1423 depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_result, T*) argument
2297 getDepthRanges(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, std::vector<T>& out_data) argument
[all...]
H A DglcViewportArrayTests.hpp320 void depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
324 void depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
328 void getDepthHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
369 void depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_result,
495 void getDepthRanges(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, std::vector<T>& out_data);
H A DglcFragDepthTests.cpp183 gl.depthFunc(GL_ALWAYS);
215 gl.depthFunc(m_compareFunc);
314 gl.depthFunc(GL_LESS);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl40 gl->depthFunc = &glDepthFunc;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp606 gl.depthFunc(GL_LESS);
638 gl.depthFunc(GL_ALWAYS);
796 gl.depthFunc(GL_LESS);
827 gl.depthFunc(GL_ALWAYS);
977 gl.depthFunc(GL_LESS);
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp100 gl.depthFunc(GL_ALWAYS);
202 gl.depthFunc(GL_ALWAYS);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1100 SVGA3dComparisonFunc depthFunc; member in struct:__anon16578
1129 SVGA3dComparisonFunc depthFunc; member in struct:SVGA3dCmdDXDefineDepthStencilState
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h227 GLenum depthFunc; member in struct:es1::State
318 void setDepthFunc(GLenum depthFunc);
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl68 dst->depthFunc = src.depthFunc;
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js132 'depthFunc': {1: { 0:true }},
392 ctx.depthFunc(ctx.LESS);

Completed in 604 milliseconds

1234