Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp971 void APIErrors::depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool… in depthRangeArrayHelper()
996 void APIErrors::depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bo… in depthRangeIndexedHelper()
1012 void APIErrors::getDepthHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, bool& test_… in getDepthHelper()
1037 Utils::DepthFuncWrapper depthFunc(m_context); in iterate() local
1423 void Queries::depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports… in depthRangeInitialValuesHelper()
1465 Utils::DepthFuncWrapper depthFunc(m_context); in iterate() local
2170 Utils::DepthFuncWrapper depthFunc(m_context); in iterateHelper() local
2297 void DepthRangeAPI::getDepthRanges(Utils::DepthFuncWrapper& depthFunc, GLint max_viewports, std::ve… in getDepthRanges()
3078 Utils::DepthFuncWrapper depthFunc(m_context); in setup16x2DepthsHelper() local
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp565 void StateManager9::setDepthFunc(bool depthTest, GLenum depthFunc) in setDepthFunc()
/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.cpp219 …Offset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::… in executeDepthCompare()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h55 GLenum depthFunc; member
DStateManagerGL.cpp1584 void StateManagerGL::setDepthFunc(GLenum depthFunc) in setDepthFunc()
DDispatchTableGL_autogen.h38 PFNGLDEPTHFUNCPROC depthFunc = nullptr; variable
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js132 'depthFunc': {1: { 0:true }}, property
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c925 SVGA3dComparisonFunc depthFunc, in SVGA3D_vgpu10_DefineDepthStencilState()
/external/angle/src/libANGLE/
Dangletypes.h305 GLenum depthFunc; member
DState.cpp597 void PrivateState::setDepthFunc(GLenum depthFunc) in setDepthFunc()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp515 void GLContext::depthFunc (deUint32 func) in depthFunc() function in sglr::GLContext
DsglrReferenceContext.cpp2855 void ReferenceContext::depthFunc (deUint32 func) in depthFunc() function in sglr::ReferenceContext
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1237 SVGA3dComparisonFunc depthFunc; member
1268 SVGA3dComparisonFunc depthFunc; member
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl157 glDepthFuncFunc depthFunc; variable