Searched refs:DepthFunc (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddepth.c97 if (ctx->Driver.DepthFunc)
98 ctx->Driver.DepthFunc( ctx, func );
/external/mesa3d/src/mesa/main/
H A Ddepth.c97 if (ctx->Driver.DepthFunc)
98 ctx->Driver.DepthFunc( ctx, func );
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h46 EXPECT_CALL(*gl_, DepthFunc(GL_LESS)).Times(1).RetiresOnSaturation();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c131 driver->DepthFunc = NULL;
256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c131 driver->DepthFunc = NULL;
256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h51 OP(DepthFunc) /* 292 */ \
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h50 #define glDepthFunc GLES2_GET_FUN(DepthFunc)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp63 depthStencilDesc.DepthFunc = D3D11_COMPARISON_ALWAYS;
H A DClear11.cpp521 dsDesc.DepthFunc = D3D11_COMPARISON_ALWAYS;
H A DRenderStateCache.cpp331 dsDesc.DepthFunc = gl_d3d11::ConvertComparison(dsState.depthFunc);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc355 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:ppapi::__anon10171
358 ToGles2Impl(&enter)->DepthFunc(func);
1628 &DepthFunc, &DepthMask,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h517 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 Dd3d11_screen.h517 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 Dgles2_interface_stub_impl_autogen.h145 void GLES2InterfaceStub::DepthFunc(GLenum /* func */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h363 void DepthFunc(GLenum func) { function
364 gles2::cmds::DepthFunc* c = GetCmdSpace<gles2::cmds::DepthFunc>();
H A Dgles2_implementation_unittest_autogen.h329 TEST_F(GLES2ImplementationTest, DepthFunc) {
331 cmds::DepthFunc cmd;
336 gl_->DepthFunc(GL_NEVER);
H A Dgles2_trace_implementation_impl_autogen.h244 void GLES2TraceImplementation::DepthFunc(GLenum func) { function in class:GLES2TraceImplementation
245 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthFunc");
246 gl_->DepthFunc(func);
H A Dgles2_implementation_autogen.h134 virtual void DepthFunc(GLenum func) OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c525 ctx->Driver.DepthFunc = nouveau_depth_func;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp560 zsad.DepthFunc = D3D11_COMPARISON_EQUAL;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c525 ctx->Driver.DepthFunc = nouveau_depth_func;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc348 void DepthFunc(PP_Resource context_id, GLenum func) { function in namespace:mojo::examples::__anon8751
1396 &DepthFunc, &DepthMask,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h143 VISIT_GL_CALL(DepthFunc, void, (GLenum func), (func))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h198 void (*DepthFunc)(PP_Resource context, GLenum func); member in struct:PPB_OpenGLES2_1_0
657 void (*DepthFunc)(PP_Resource context, GLenum func); member in struct:PPB_OpenGLES2

Completed in 7074 milliseconds

123