Home
last modified time | relevance | path

Searched refs:CullFace (Results 1 – 25 of 63) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dpolygon.c73 if (ctx->Driver.CullFace) in _mesa_CullFace()
74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace()
Dattrib.c76 GLboolean CullFace; member
269 attr->CullFace = ctx->Polygon.CullFlag; in _mesa_PushAttrib()
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE); in pop_enable_group()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dpolygon.c73 if (ctx->Driver.CullFace) in _mesa_CullFace()
74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace()
Dattrib.c76 GLboolean CullFace; member
269 attr->CullFace = ctx->Polygon.CullFlag; in _mesa_PushAttrib()
521 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE); in pop_enable_group()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h47 EXPECT_CALL(*gl_, CullFace(GL_BACK)) in SetupInitStateExpectations()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Ddriverfuncs.c127 driver->CullFace = NULL; in _mesa_init_driver_functions()
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c127 driver->CullFace = NULL; in _mesa_init_driver_functions()
255 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode); in _mesa_init_driver_state()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp62 GET_PROC(CullFace); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp62 GET_PROC(CullFace); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp73 GR_GL_GET_PROC(CullFace); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp73 GR_GL_GET_PROC(CullFace); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp94 GET_PROC(CullFace); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp94 GET_PROC(CullFace); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h43 OP(CullFace) /* 286 */ \
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h41 #define glCullFace GLES2_GET_FUN(CullFace)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp96 SET_PROC(CullFace) in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp96 SET_PROC(CullFace) in GrGLCreateNativeInterface()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc259 void CullFace(PP_Resource context_id, GLenum mode) { in CullFace() function
262 ToGles2Impl(&enter)->CullFace(mode); in CullFace()
1390 &CullFace, in GetInterface()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c523 ctx->Driver.CullFace = nouveau_cull_face; in nouveau_state_init()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c523 ctx->Driver.CullFace = nouveau_cull_face; in nouveau_state_init()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h101 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { in CullFace() function
Dgles2_implementation_unittest_autogen.h234 TEST_F(GLES2ImplementationTest, CullFace) { in TEST_F() argument
236 cmds::CullFace cmd; in TEST_F()
241 gl_->CullFace(GL_FRONT); in TEST_F()
Dgles2_trace_implementation_impl_autogen.h169 void GLES2TraceImplementation::CullFace(GLenum mode) { in CullFace() function
171 gl_->CullFace(mode); in CullFace()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h92 void (*CullFace)(PP_Resource context, GLenum mode); member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_icd.h202 void (GLAPIENTRY * CullFace)(GLenum);

123