Home
last modified time | relevance | path

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

/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()
Ddd.h463 void (*CullFace)(struct gl_context *ctx, GLenum mode); member
/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp128 GET_PROC(CullFace); in GrGLAssembleGLInterface()
575 GET_PROC(CullFace); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp3108 GL_CALL(CullFace(GR_GL_BACK)); in flushDrawFace()
3112 GL_CALL(CullFace(GR_GL_FRONT)); in flushDrawFace()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c523 ctx->Driver.CullFace = nouveau_cull_face; in nouveau_state_init()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp466 PFNCULLFACEPROC CullFace; variable
779 CullFace = (PFNCULLFACEPROC)IntGetProcAddress("glCullFace"); in Switch_CullFace()
780 CullFace(mode); in Switch_CullFace()
2454 CullFace = Switch_CullFace; in InitializeVariables()
Dgl_core_3_1.hpp1069 extern void (CODEGEN_FUNCPTR *CullFace)(GLenum mode);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h202 void (GLAPIENTRY * CullFace)(GLenum);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1121 functions->CullFace = i830CullFaceFrontFace; in i830InitStateFuncs()
Di915_state.c1074 functions->CullFace = i915CullFaceFrontFace; in i915InitStateFunctions()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp718 { "glCullFace", _O(CullFace) },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2192 ctx->Driver.CullFace = radeonCullFace; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2436 functions->CullFace = r200CullFace; in r200InitStateFuncs()
/external/mesa3d/include/GL/
Dgl_mangle.h332 #define glCullFace MANGLE(CullFace)