/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | depth.c | 97 if (ctx->Driver.DepthFunc) 98 ctx->Driver.DepthFunc( ctx, func );
|
/external/mesa3d/src/mesa/main/ |
H A D | depth.c | 97 if (ctx->Driver.DepthFunc) 98 ctx->Driver.DepthFunc( ctx, func );
|
/external/chromium_org/gpu/command_buffer/service/ |
H A D | gles2_cmd_decoder_unittest_0_autogen.h | 46 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)).Times(1).RetiresOnSaturation();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
H A D | driverfuncs.c | 131 driver->DepthFunc = NULL; 256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
/external/mesa3d/src/mesa/drivers/common/ |
H A D | driverfuncs.c | 131 driver->DepthFunc = NULL; 256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
/external/chromium_org/gpu/command_buffer/common/ |
H A D | gles2_cmd_ids_autogen.h | 51 OP(DepthFunc) /* 292 */ \
|
/external/chromium_org/gpu/GLES2/ |
H A D | gl2chromium_autogen.h | 50 #define glDepthFunc GLES2_GET_FUN(DepthFunc)
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
H A D | PixelTransfer11.cpp | 64 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS;
|
H A D | RenderStateCache.cpp | 331 dsDesc.DepthFunc = gl_d3d11::ConvertComparison(dsState.depthFunc);
|
H A D | Clear11.cpp | 529 dsDesc.DepthFunc = D3D11_COMPARISON_ALWAYS;
|
/external/chromium_org/ppapi/shared_impl/ |
H A D | ppb_opengles2_shared.cc | 355 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:ppapi::__anon9546 358 ToGles2Impl(&enter)->DepthFunc(func); 1596 &DepthFunc, &DepthMask,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
H A D | d3d11_screen.h | 517 if(depth_stencil_state_desc->DepthFunc == 0 || 518 depth_stencil_state_desc->DepthFunc >= 9) 521 state.depth.func = depth_stencil_state_desc->DepthFunc - 1;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
H A D | d3d11_screen.h | 517 if(depth_stencil_state_desc->DepthFunc == 0 || 518 depth_stencil_state_desc->DepthFunc >= 9) 521 state.depth.func = depth_stencil_state_desc->DepthFunc - 1;
|
/external/chromium_org/gpu/command_buffer/client/ |
H A D | gles2_interface_stub_impl_autogen.h | 145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { function in class:GLES2InterfaceStub
|
H A D | gles2_cmd_helper_autogen.h | 363 void DepthFunc(GLenum func) { function 364 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>();
|
H A D | gles2_implementation_unittest_autogen.h | 329 TEST_F(GLES2ImplementationTest, DepthFunc) { 331 cmds::DepthFunc cmd; 336 gl_->DepthFunc(GL_NEVER);
|
H A D | gles2_trace_implementation_impl_autogen.h | 244 void GLES2TraceImplementation::DepthFunc(GLenum func) { function in class:GLES2TraceImplementation 245 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthFunc"); 246 gl_->DepthFunc(func);
|
H A D | gles2_implementation_autogen.h | 134 virtual void DepthFunc(GLenum func) OVERRIDE;
|
H A D | gles2_interface_autogen.h | 99 virtual void DepthFunc(GLenum func) = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
H A D | d3d11gears.cpp | 560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
H A D | nouveau_state.c | 525 ctx->Driver.DepthFunc = nouveau_depth_func;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
H A D | d3d11gears.cpp | 560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
H A D | nouveau_state.c | 525 ctx->Driver.DepthFunc = nouveau_depth_func;
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
H A D | ppb_opengles2_thunk.cc | 348 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:mojo::examples::__anon8194 1396 &DepthFunc, &DepthMask,
|
/external/chromium_org/mojo/public/c/gles2/ |
H A D | gles2_call_visitor_autogen.h | 143 VISIT_GL_CALL(DepthFunc, void, (GLenum func), (func))
|