/external/mesa3d/src/mesa/main/ |
D | polygon.c | 73 if (ctx->Driver.CullFace) in _mesa_CullFace() 74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace()
|
D | attrib.c | 76 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/ |
D | polygon.c | 73 if (ctx->Driver.CullFace) in _mesa_CullFace() 74 ctx->Driver.CullFace( ctx, mode ); in _mesa_CullFace()
|
D | attrib.c | 76 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/ |
D | gles2_cmd_decoder_unittest_0_autogen.h | 47 EXPECT_CALL(*gl_, CullFace(GL_BACK)) in SetupInitStateExpectations()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | driverfuncs.c | 127 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/ |
D | driverfuncs.c | 127 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/ |
D | GrGLCreateANGLEInterface.cpp | 62 GET_PROC(CullFace); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 62 GET_PROC(CullFace); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 73 GR_GL_GET_PROC(CullFace); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 73 GR_GL_GET_PROC(CullFace); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 94 GET_PROC(CullFace); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 94 GET_PROC(CullFace); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 43 OP(CullFace) /* 286 */ \
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 41 #define glCullFace GLES2_GET_FUN(CullFace)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 96 SET_PROC(CullFace) in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 96 SET_PROC(CullFace) in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 259 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/ |
D | nouveau_state.c | 523 ctx->Driver.CullFace = nouveau_cull_face; in nouveau_state_init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 523 ctx->Driver.CullFace = nouveau_cull_face; in nouveau_state_init()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 101 void GLES2InterfaceStub::CullFace(GLenum /* mode */) { in CullFace() function
|
D | gles2_implementation_unittest_autogen.h | 234 TEST_F(GLES2ImplementationTest, CullFace) { in TEST_F() argument 236 cmds::CullFace cmd; in TEST_F() 241 gl_->CullFace(GL_FRONT); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 169 void GLES2TraceImplementation::CullFace(GLenum mode) { in CullFace() function 171 gl_->CullFace(mode); in CullFace()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 92 void (*CullFace)(PP_Resource context, GLenum mode); member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 202 void (GLAPIENTRY * CullFace)(GLenum);
|