/external/mesa3d/src/mesa/main/ |
D | polygon.c | 103 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/ |
D | radeon_common.c | 300 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/ |
D | radeon_common.c | 300 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/ |
D | driverfuncs.c | 130 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/ |
D | gen7_clip_state.c | 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_clip_state()
|
D | brw_sf.c | 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
|
D | brw_clip.c | 223 switch (ctx->Polygon.FrontFace) { in brw_upload_clip_prog()
|
D | gen7_sf_state.c | 176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
|
D | gen6_sf_state.c | 148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
|
D | brw_sf_state.c | 203 if (ctx->Polygon.FrontFace == GL_CCW) in upload_sf_unit()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_polygon.c | 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? in nv10_emit_front_face()
|
D | nv04_state_raster.c | 126 int front = ctx->Polygon.FrontFace; in nv04_emit_control()
|
D | nouveau_state.c | 524 ctx->Driver.FrontFace = nouveau_front_face; in nouveau_state_init()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_screen.h | 527 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/ |
D | st_atom_rasterizer.c | 71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
|
/external/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 92 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/ |
D | i915_state.c | 65 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()
|
D | i915_vtbl.c | 821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i915_update_draw_buffer()
|
D | i830_vtbl.c | 851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace); in i830_update_draw_buffer()
|
D | i830_state.c | 609 if (ctx->Polygon.FrontFace != GL_CCW) in i830CullFaceFrontFace() 1126 functions->FrontFace = i830CullFaceFrontFace; in i830InitStateFuncs()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 159 GET_PROC(FrontFace); in GrGLAssembleGLInterface() 604 GET_PROC(FrontFace); in GrGLAssembleGLESInterface()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 160 = (ctx->Polygon.FrontFace == GL_CW) ? -1.0F : 1.0F; in _swrast_update_polygon()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 467 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/ |
D | stw_icd.h | 207 void (GLAPIENTRY * FrontFace)(GLenum);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 723 { "glFrontFace", _O(FrontFace) },
|