Searched defs:depthFunc (Results 1 - 23 of 23) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp90 deUint32 depthFunc; member in struct:deqp::gls::InteractionTestUtil::RenderState
107 , depthFunc (0)
/external/deqp/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
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...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); local
331 gl.depthFunc (depthFunc);
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...]
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp165 void FragmentProcessor::executeDepthCompare (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, TestFunc depthFunc, const tcu::ConstPixelBufferAccess& depthBuffer) argument
215 switch (depthFunc)
232 switch (depthFunc)
823 executeDepthCompare(groupFirstFragNdx, numSamplesPerFragment, inputFragments, state.depthFunc, depthBuffer);
H A DrrRenderState.hpp248 TestFunc depthFunc; member in struct:rr::FragmentOperationState
282 , depthFunc (TESTFUNC_LESS)
/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...]
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp515 void GLContext::depthFunc (deUint32 func) function in class:sglr::GLContext
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c914 SVGA3dComparisonFunc depthFunc,
932 depthWriteMask, depthFunc,
910 SVGA3D_vgpu10_DefineDepthStencilState(struct svga_winsys_context *swc, SVGA3dDepthStencilStateId depthStencilId, uint8 depthEnable, SVGA3dDepthWriteMask depthWriteMask, SVGA3dComparisonFunc depthFunc, uint8 stencilEnable, uint8 frontEnable, uint8 backEnable, uint8 stencilReadMask, uint8 stencilWriteMask, uint8 frontStencilFailOp, uint8 frontStencilDepthFailOp, uint8 frontStencilPassOp, SVGA3dComparisonFunc frontStencilFunc, uint8 backStencilFailOp, uint8 backStencilDepthFailOp, uint8 backStencilPassOp, SVGA3dComparisonFunc backStencilFunc) argument
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h429 GLenum depthFunc; member in struct:gl::State
527 void setDepthFunc(GLenum depthFunc);
H A DContext.cpp61 mState.depthFunc = GL_LESS;
379 void Context::setDepthFunc(GLenum depthFunc) argument
381 if(mState.depthFunc != depthFunc)
383 mState.depthFunc = depthFunc;
1319 case GL_DEPTH_FUNC: *params = mState.depthFunc; break;
1725 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h227 GLenum depthFunc; member in struct:es1::State
318 void setDepthFunc(GLenum depthFunc);
H A DContext.cpp62 mState.depthFunc = GL_LESS;
408 void Context::setDepthFunc(GLenum depthFunc) argument
410 if(mState.depthFunc != depthFunc)
412 mState.depthFunc = depthFunc;
1230 case GL_DEPTH_FUNC: *params = mState.depthFunc; break;
1799 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h343 GLenum depthFunc; member in struct:es2::State
453 void setDepthFunc(GLenum depthFunc);
H A DContext.cpp63 mState.depthFunc = GL_LESS;
398 void Context::setDepthFunc(GLenum depthFunc) argument
400 if(mState.depthFunc != depthFunc)
402 mState.depthFunc = depthFunc;
1961 case GL_DEPTH_FUNC: *params = mState.depthFunc; return true;
2835 device->setDepthCompare(es2sw::ConvertDepthComparison(mState.depthFunc));
/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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 240 milliseconds