Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/main/
Dpolygon.c103 if (ctx->Polygon.FrontFace == mode) in _mesa_FrontFace()
107 ctx->Polygon.FrontFace = mode; in _mesa_FrontFace()
111 if (ctx->Driver.FrontFace) in _mesa_FrontFace()
112 ctx->Driver.FrontFace( ctx, mode ); in _mesa_FrontFace()
321 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c300 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
346 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c300 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
346 if (ctx->Driver.FrontFace) in radeon_draw_buffer()
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c130 driver->FrontFace = NULL; in _mesa_init_driver_functions()
287 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_clip_state()
Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
Dbrw_clip.c223 switch (ctx->Polygon.FrontFace) { in brw_upload_clip_prog()
Dgen7_sf_state.c176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
Dgen6_sf_state.c148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
Dbrw_sf_state.c203 if (ctx->Polygon.FrontFace == GL_CCW) in upload_sf_unit()
/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.c126 int front = ctx->Polygon.FrontFace; in nv04_emit_control()
Dnouveau_state.c524 ctx->Driver.FrontFace = nouveau_front_face; in nouveau_state_init()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h527 if(depth_stencil_state_desc->FrontFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT || in CreateDepthStencilState()
528 depth_stencil_state_desc->FrontFace.StencilFailOp >= D3D11_STENCIL_OP_COUNT || in CreateDepthStencilState()
529 depth_stencil_state_desc->FrontFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT || in CreateDepthStencilState()
536 …state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPa… in CreateDepthStencilState()
537 …state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFai… in CreateDepthStencilState()
538 …state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDe… in CreateDepthStencilState()
539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1; in CreateDepthStencilState()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
/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/drivers/dri/i915/
Di915_state.c65 if (ctx->Polygon.FrontFace == GL_CW) { in i915_update_stencil()
585 if (ctx->Polygon.FrontFace != GL_CCW) in i915CullFaceFrontFace()
1079 functions->FrontFace = i915CullFaceFrontFace; in i915InitStateFunctions()
Di915_vtbl.c821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i915_update_draw_buffer()
Di830_vtbl.c851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i830_update_draw_buffer()
Di830_state.c609 if (ctx->Polygon.FrontFace != GL_CCW) in i830CullFaceFrontFace()
1126 functions->FrontFace = i830CullFaceFrontFace; in i830InitStateFuncs()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp159 GET_PROC(FrontFace); in GrGLAssembleGLInterface()
604 GET_PROC(FrontFace); in GrGLAssembleGLESInterface()
/external/mesa3d/src/mesa/swrast/
Ds_context.c160 = (ctx->Polygon.FrontFace == GL_CW) ? -1.0F : 1.0F; in _swrast_update_polygon()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp467 PFNFRONTFACEPROC FrontFace; variable
785 FrontFace = (PFNFRONTFACEPROC)IntGetProcAddress("glFrontFace"); in Switch_FrontFace()
786 FrontFace(mode); in Switch_FrontFace()
2455 FrontFace = Switch_FrontFace; in InitializeVariables()
/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) },

12