Searched refs:CullFace (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.c51 * the dd_function_table::CullFace callback.
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
H A Dattrib.c76 GLboolean CullFace; member in struct:gl_enable_attrib
269 attr->CullFace = ctx->Polygon.CullFlag;
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
/external/mesa3d/src/mesa/main/
H A Dpolygon.c51 * the dd_function_table::CullFace callback.
73 if (ctx->Driver.CullFace)
74 ctx->Driver.CullFace( ctx, mode );
H A Dattrib.c76 GLboolean CullFace; member in struct:gl_enable_attrib
269 attr->CullFace = ctx->Polygon.CullFlag;
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h45 EXPECT_CALL(*gl_, CullFace(GL_BACK)).Times(1).RetiresOnSaturation();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c127 driver->CullFace = NULL;
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode);
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c127 driver->CullFace = NULL;
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h44 OP(CullFace) /* 285 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp62 GET_PROC(CullFace);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp93 GET_PROC(CullFace);
341 GET_PROC(CullFace);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h43 #define glCullFace GLES2_GET_FUN(CullFace)
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp72 GET_PROC(CullFace);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc302 void CullFace(PP_Resource context_id, GLenum mode) { function in namespace:ppapi::__anon10171
305 ToGles2Impl(&enter)->CullFace(mode);
1624 &CreateShader, &CullFace,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h126 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h302 void CullFace(GLenum mode) { function
303 gles2::cmds::CullFace* c = GetCmdSpace<gles2::cmds::CullFace>();
H A Dgles2_implementation_unittest_autogen.h240 TEST_F(GLES2ImplementationTest, CullFace) {
242 cmds::CullFace cmd;
247 gl_->CullFace(GL_FRONT);
H A Dgles2_trace_implementation_impl_autogen.h205 void GLES2TraceImplementation::CullFace(GLenum mode) { function in class:GLES2TraceImplementation
206 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CullFace");
207 gl_->CullFace(mode);
H A Dgles2_implementation_autogen.h119 virtual void CullFace(GLenum mode) OVERRIDE;
H A Dgles2_interface_autogen.h92 virtual void CullFace(GLenum mode) = 0;
H A Dgles2_interface_stub_autogen.h91 virtual void CullFace(GLenum mode) OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c523 ctx->Driver.CullFace = nouveau_cull_face;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c523 ctx->Driver.CullFace = nouveau_cull_face;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc295 void CullFace(PP_Resource context_id, GLenum mode) { function in namespace:mojo::examples::__anon8751
1392 &CreateShader, &CullFace,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h124 VISIT_GL_CALL(CullFace, void, (GLenum mode), (mode))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h185 void (*CullFace)(PP_Resource context, GLenum mode); member in struct:PPB_OpenGLES2_1_0
644 void (*CullFace)(PP_Resource context, GLenum mode); member in struct:PPB_OpenGLES2

Completed in 327 milliseconds

123