Home
last modified time | relevance | path

Searched refs:FrontFace (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dpolygon.c96 if (ctx->Polygon.FrontFace == mode) in _mesa_FrontFace()
105 ctx->Polygon.FrontFace = mode; in _mesa_FrontFace()
107 if (ctx->Driver.FrontFace) in _mesa_FrontFace()
108 ctx->Driver.FrontFace( ctx, mode ); in _mesa_FrontFace()
312 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
Dviewport.c458 if (ctx->Driver.FrontFace) in _mesa_ClipControl()
459 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in _mesa_ClipControl()
Dstate.c346 ctx->Polygon._FrontBit = (ctx->Polygon.FrontFace == GL_CW); in update_frontbit()
348 ctx->Polygon._FrontBit = (ctx->Polygon.FrontFace == GL_CCW); in update_frontbit()
Ddd.h551 void (*FrontFace)(struct gl_context *ctx, GLenum mode); member
Dmtypes.h784 GLenum FrontFace; /**< Either GL_CW or GL_CCW */ member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c298 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
299 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
333 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
334 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c298 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
299 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
333 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
334 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c134 driver->FrontFace = NULL; in _mesa_init_driver_functions()
267 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? in nv10_emit_front_face()
Dnv04_state_raster.c128 int front = ctx->Polygon.FrontFace; in nv04_emit_control()
Dnouveau_state.c514 ctx->Driver.FrontFace = nouveau_front_face; in nouveau_state_init()
/external/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt92 0x1230016c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
215 0x12300358: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
345 0x12300560: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
412 0x1230066c: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
482 0x12300784: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
615 0x12300998: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
682 0x12300aa4: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
752 0x12300bbc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
885 0x12300dd0: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
952 0x12300edc: 0x00000403: Legacy Global DepthBias disable, FrontFace fill 0, BF fill 0, VP tr…
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c73 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c67 if (ctx->Polygon.FrontFace == GL_CW) { in i915_update_stencil()
575 if (ctx->Polygon.FrontFace != GL_CCW) in i915CullFaceFrontFace()
1066 functions->FrontFace = i915CullFaceFrontFace; in i915InitStateFunctions()
Di915_vtbl.c816 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i915_update_draw_buffer()
Di830_vtbl.c844 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i830_update_draw_buffer()
Di830_state.c608 if (ctx->Polygon.FrontFace != GL_CCW) in i830CullFaceFrontFace()
1125 functions->FrontFace = i830CullFaceFrontFace; in i830InitStateFuncs()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp149 GET_PROC(FrontFace); in GrGLMakeAssembledGLInterface()
514 GET_PROC(FrontFace); in GrGLMakeAssembledGLESInterface()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp149 GET_PROC(FrontFace); in GrGLMakeAssembledGLInterface()
646 GET_PROC(FrontFace); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp211 void FrontFace(GLenum mode);
825 return es1::FrontFace(mode); in glFrontFace()
1481 this->glFrontFace = es1::FrontFace; in LibGLES_CMexports()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp84 void FrontFace(GLenum mode);
562 return es2::FrontFace(mode); in glFrontFace()
1279 this->glFrontFace = es2::FrontFace; in LibGLESv2exports()
/external/mesa3d/src/mesa/swrast/
Ds_context.c158 = (ctx->Polygon.FrontFace == GL_CW) ? -1.0F : 1.0F; in _swrast_update_polygon()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h207 void (GLAPIENTRY * FrontFace)(GLenum);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp723 { "glFrontFace", _O(FrontFace) },
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h22 { GL_FRONT_FACE, CONTEXT_ENUM(Polygon.FrontFace), NO_EXTRA },

12