Home
last modified time | relevance | path

Searched refs:DepthFunc (Results 1 – 25 of 65) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Ddepth.c97 if (ctx->Driver.DepthFunc) in _mesa_DepthFunc()
98 ctx->Driver.DepthFunc( ctx, func ); in _mesa_DepthFunc()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddepth.c97 if (ctx->Driver.DepthFunc) in _mesa_DepthFunc()
98 ctx->Driver.DepthFunc( ctx, func ); in _mesa_DepthFunc()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h46 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)).Times(1).RetiresOnSaturation(); in SetupInitStateExpectations()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Ddriverfuncs.c131 driver->DepthFunc = NULL; in _mesa_init_driver_functions()
256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c131 driver->DepthFunc = NULL; in _mesa_init_driver_functions()
256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func); in _mesa_init_driver_state()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h51 OP(DepthFunc) /* 292 */ \
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DPixelTransfer11.cpp63 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in PixelTransfer11()
DRenderStateCache.cpp331 dsDesc.DepthFunc = gl_d3d11::ConvertComparison(dsState.depthFunc); in getDepthStencilState()
DClear11.cpp521 dsDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in getDepthStencilState()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h50 #define glDepthFunc GLES2_GET_FUN(DepthFunc)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h517 if(depth_stencil_state_desc->DepthFunc == 0 || in CreateDepthStencilState()
518 depth_stencil_state_desc->DepthFunc >= 9) in CreateDepthStencilState()
521 state.depth.func = depth_stencil_state_desc->DepthFunc - 1; in CreateDepthStencilState()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h517 if(depth_stencil_state_desc->DepthFunc == 0 || in CreateDepthStencilState()
518 depth_stencil_state_desc->DepthFunc >= 9) in CreateDepthStencilState()
521 state.depth.func = depth_stencil_state_desc->DepthFunc - 1; in CreateDepthStencilState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c525 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c525 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc355 void DepthFunc(PP_Resource context_id, GLenum func) { in DepthFunc() function
358 ToGles2Impl(&enter)->DepthFunc(func); in DepthFunc()
1628 &DepthFunc, &DepthMask, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { in DepthFunc() function
Dgles2_implementation_unittest_autogen.h329 TEST_F(GLES2ImplementationTest, DepthFunc) { in TEST_F() argument
331 cmds::DepthFunc cmd; in TEST_F()
336 gl_->DepthFunc(GL_NEVER); in TEST_F()
Dgles2_cmd_helper_autogen.h363 void DepthFunc(GLenum func) { in DepthFunc() function
364 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>(); in DepthFunc()
Dgles2_trace_implementation_impl_autogen.h244 void GLES2TraceImplementation::DepthFunc(GLenum func) { in DepthFunc() function
246 gl_->DepthFunc(func); in DepthFunc()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL; in init()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL; in init()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc348 void DepthFunc(PP_Resource context_id, GLenum func) { in DepthFunc() function
1396 &DepthFunc, &DepthMask, in GetPPB_OpenGLES2_Thunk()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h198 void (*DepthFunc)(PP_Resource context, GLenum func); member
657 void (*DepthFunc)(PP_Resource context, GLenum func); member
/external/chromium_org/mojo/public/c/gles2/
Dgles2_call_visitor_autogen.h143 VISIT_GL_CALL(DepthFunc, void, (GLenum func), (func))
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h295 void (GLAPIENTRY * DepthFunc)(GLenum);

123