/external/mesa3d/src/mesa/main/ |
D | depth.c | 97 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/ |
D | depth.c | 97 if (ctx->Driver.DepthFunc) in _mesa_DepthFunc() 98 ctx->Driver.DepthFunc( ctx, func ); in _mesa_DepthFunc()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_0_autogen.h | 46 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)).Times(1).RetiresOnSaturation(); in SetupInitStateExpectations()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | driverfuncs.c | 131 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/ |
D | driverfuncs.c | 131 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/ |
D | gles2_cmd_ids_autogen.h | 51 OP(DepthFunc) /* 292 */ \
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 63 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in PixelTransfer11()
|
D | RenderStateCache.cpp | 331 dsDesc.DepthFunc = gl_d3d11::ConvertComparison(dsState.depthFunc); in getDepthStencilState()
|
D | Clear11.cpp | 521 dsDesc.DepthFunc = D3D11_COMPARISON_ALWAYS; in getDepthStencilState()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 50 #define glDepthFunc GLES2_GET_FUN(DepthFunc)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 517 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/ |
D | d3d11_screen.h | 517 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/ |
D | nouveau_state.c | 525 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 525 ctx->Driver.DepthFunc = nouveau_depth_func; in nouveau_state_init()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 355 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/ |
D | gles2_interface_stub_impl_autogen.h | 145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { in DepthFunc() function
|
D | gles2_implementation_unittest_autogen.h | 329 TEST_F(GLES2ImplementationTest, DepthFunc) { in TEST_F() argument 331 cmds::DepthFunc cmd; in TEST_F() 336 gl_->DepthFunc(GL_NEVER); in TEST_F()
|
D | gles2_cmd_helper_autogen.h | 363 void DepthFunc(GLenum func) { in DepthFunc() function 364 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>(); in DepthFunc()
|
D | gles2_trace_implementation_impl_autogen.h | 244 void GLES2TraceImplementation::DepthFunc(GLenum func) { in DepthFunc() function 246 gl_->DepthFunc(func); in DepthFunc()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL; in init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL; in init()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 348 void DepthFunc(PP_Resource context_id, GLenum func) { in DepthFunc() function 1396 &DepthFunc, &DepthMask, in GetPPB_OpenGLES2_Thunk()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 198 void (*DepthFunc)(PP_Resource context, GLenum func); member 657 void (*DepthFunc)(PP_Resource context, GLenum func); member
|
/external/chromium_org/mojo/public/c/gles2/ |
D | gles2_call_visitor_autogen.h | 143 VISIT_GL_CALL(DepthFunc, void, (GLenum func), (func))
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 295 void (GLAPIENTRY * DepthFunc)(GLenum);
|