Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member
/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/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/framework/referencerenderer/
DrrRenderState.hpp237 TestFunc depthFunc; member
DrrFragmentOperations.cpp164 …Offset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::… in executeDepthCompare()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dangletypes.h119 GLenum depthFunc; member
DState.cpp333 void State::setDepthFunc(GLenum depthFunc) in setDepthFunc()
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl35 glDepthFuncFunc depthFunc; variable
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp515 void GLContext::depthFunc (deUint32 func) in depthFunc() function in sglr::GLContext
DsglrReferenceContext.cpp2795 void ReferenceContext::depthFunc (deUint32 func) in depthFunc() function in sglr::ReferenceContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h101 virtual void depthFunc(WGC3Denum func) { } in depthFunc() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp1728 void WebGLRenderingContextBase::depthFunc(GLenum func) in depthFunc() function in blink::WebGLRenderingContextBase