Home
last modified time | relevance | path

Searched defs:depthFunc (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp104 deUint32 depthFunc; member
841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++) in init() local
Des2fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate() local
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp104 deUint32 depthFunc; member
841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++) in init() local
Des3fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate() local
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp248 TestFunc depthFunc; member
DrrFragmentOperations.cpp165 …Offset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::… in executeDepthCompare()
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js132 'depthFunc': {1: { 0:true }}, property
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h229 GLenum depthFunc; member
DContext.cpp403 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h339 GLenum depthFunc; member
DContext.cpp405 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c914 SVGA3dComparisonFunc depthFunc, in SVGA3D_vgpu10_DefineDepthStencilState()
/external/swiftshader/src/OpenGL/libGL/
DContext.h429 GLenum depthFunc; member
DContext.cpp379 void Context::setDepthFunc(GLenum depthFunc) in setDepthFunc()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp515 void GLContext::depthFunc (deUint32 func) in depthFunc() function in sglr::GLContext
DsglrReferenceContext.cpp2816 void ReferenceContext::depthFunc (deUint32 func) in depthFunc() function in sglr::ReferenceContext
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1100 SVGA3dComparisonFunc depthFunc; member
1129 SVGA3dComparisonFunc depthFunc; member
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl125 glDepthFuncFunc depthFunc; variable