Searched refs:DepthMask (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddepth.c122 if (ctx->Driver.DepthMask)
123 ctx->Driver.DepthMask( ctx, flag );
/external/mesa3d/src/mesa/main/
H A Ddepth.c122 if (ctx->Driver.DepthMask)
123 ctx->Driver.DepthMask( ctx, flag );
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h47 EXPECT_CALL(*gl_, DepthMask(true)).Times(1).RetiresOnSaturation();
H A Dgles2_cmd_decoder_unittest_drawing.cc91 DepthMask depth_mask_cmd;
176 // Test that with no depth if we set DepthMask true that it's set to false at
179 EXPECT_CALL(*gl_, DepthMask(true)).Times(0).RetiresOnSaturation();
180 DepthMask cmd;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c132 driver->DepthMask = NULL;
257 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask);
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c132 driver->DepthMask = NULL;
257 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h52 OP(DepthMask) /* 293 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp69 GET_PROC(DepthMask);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp99 GET_PROC(DepthMask);
347 GET_PROC(DepthMask);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h51 #define glDepthMask GLES2_GET_FUN(DepthMask)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp78 GET_PROC(DepthMask);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc362 void DepthMask(PP_Resource context_id, GLboolean flag) { function in namespace:ppapi::__anon10171
365 ToGles2Impl(&enter)->DepthMask(flag);
1628 &DepthFunc, &DepthMask,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h147 void GLES2InterfaceStub::DepthMask(GLboolean /* flag */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h370 void DepthMask(GLboolean flag) { function
371 gles2::cmds::DepthMask* c = GetCmdSpace<gles2::cmds::DepthMask>();
H A Dgles2_implementation_unittest_autogen.h340 TEST_F(GLES2ImplementationTest, DepthMask) {
342 cmds::DepthMask cmd;
347 gl_->DepthMask(true);
H A Dgles2_trace_implementation_impl_autogen.h249 void GLES2TraceImplementation::DepthMask(GLboolean flag) { function in class:GLES2TraceImplementation
250 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthMask");
251 gl_->DepthMask(flag);
H A Dgles2_implementation_autogen.h136 virtual void DepthMask(GLboolean flag) OVERRIDE;
H A Dgles2_interface_autogen.h100 virtual void DepthMask(GLboolean flag) = 0;
H A Dgles2_interface_stub_autogen.h100 virtual void DepthMask(GLboolean flag) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h100 virtual void DepthMask(GLboolean flag) OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c526 ctx->Driver.DepthMask = nouveau_depth_mask;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c526 ctx->Driver.DepthMask = nouveau_depth_mask;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc355 void DepthMask(PP_Resource context_id, GLboolean flag) { function in namespace:mojo::examples::__anon8751
1396 &DepthFunc, &DepthMask,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h144 VISIT_GL_CALL(DepthMask, void, (GLboolean flag), (flag))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h199 void (*DepthMask)(PP_Resource context, GLboolean flag); member in struct:PPB_OpenGLES2_1_0
658 void (*DepthMask)(PP_Resource context, GLboolean flag); member in struct:PPB_OpenGLES2

Completed in 2159 milliseconds

123