Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dpolygon.c108 if (ctx->Polygon.FrontFace == mode) in front_face()
118 ctx->Polygon.FrontFace = mode; in front_face()
120 if (ctx->Driver.FrontFace) in front_face()
121 ctx->Driver.FrontFace(ctx, mode); in front_face()
373 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
Dstate.h108 return ctx->Polygon.FrontFace == GL_CW; in _mesa_polygon_get_front_bit()
110 return ctx->Polygon.FrontFace == GL_CCW; in _mesa_polygon_get_front_bit()
Dviewport.c528 if (ctx->Driver.FrontFace) in clip_control()
529 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in clip_control()
Ddd.h523 void (*FrontFace)(struct gl_context *ctx, GLenum mode); 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()
332 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
333 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()
332 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
333 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c133 driver->FrontFace = NULL; in _mesa_init_driver_functions()
272 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.c518 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.c77 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in st_update_rasterizer()
/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()
1067 functions->FrontFace = i915CullFaceFrontFace; in i915InitStateFunctions()
Di915_vtbl.c811 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/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp149 GET_PROC(FrontFace); in GrGLMakeAssembledGLInterface()
528 GET_PROC(FrontFace); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp149 GET_PROC(FrontFace); in GrGLMakeAssembledGLInterface()
525 GET_PROC(FrontFace); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp211 void FrontFace(GLenum mode);
825 return es1::FrontFace(mode); in glFrontFace()
1476 this->glFrontFace = es1::FrontFace; in LibGLES_CMexports()
/external/mesa3d/src/mesa/swrast/
Ds_context.c160 = (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/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h85 void FrontFace(GLenum mode);
Dentry_points.cpp357 return gl::FrontFace(mode); in glFrontFace()
1604 this->glFrontFace = gl::FrontFace; in LibGLESv2exports()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp721 { "glFrontFace", _O(FrontFace) },
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h22 { GL_FRONT_FACE, CONTEXT_ENUM(Polygon.FrontFace), NO_EXTRA },

12