Searched refs:FrontFace (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.c85 * Verifies the parameter and updates gl_polygon_attrib::FrontFace. On change
87 * the dd_function_table::FrontFace callback.
103 if (ctx->Polygon.FrontFace == mode)
107 ctx->Polygon.FrontFace = mode;
111 if (ctx->Driver.FrontFace)
112 ctx->Driver.FrontFace( ctx, mode );
321 ctx->Polygon.FrontFace = GL_CCW;
/external/mesa3d/src/mesa/main/
H A Dpolygon.c85 * Verifies the parameter and updates gl_polygon_attrib::FrontFace. On change
87 * the dd_function_table::FrontFace callback.
103 if (ctx->Polygon.FrontFace == mode)
107 ctx->Polygon.FrontFace = mode;
111 if (ctx->Driver.FrontFace)
112 ctx->Driver.FrontFace( ctx, mode );
321 ctx->Polygon.FrontFace = GL_CCW;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dbrw_clip.c223 switch (ctx->Polygon.FrontFace) {
H A Dbrw_sf_state.c203 if (ctx->Polygon.FrontFace == GL_CCW)
H A Dgen6_sf_state.c148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_sf_state.c176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp67 depthStencilDesc.FrontFace.StencilFailOp = D3D11_STENCIL_OP_KEEP;
68 depthStencilDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
69 depthStencilDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
70 depthStencilDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS;
H A DClear11.cpp525 dsDesc.FrontFace.StencilFailOp = D3D11_STENCIL_OP_REPLACE;
526 dsDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_REPLACE;
527 dsDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_REPLACE;
528 dsDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS;
H A DRenderStateCache.cpp335 dsDesc.FrontFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilFail);
336 dsDesc.FrontFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthFail);
337 dsDesc.FrontFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthPass);
338 dsDesc.FrontFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilFunc);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
H A Dnv04_state_raster.c126 int front = ctx->Polygon.FrontFace;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
H A Dnv04_state_raster.c126 int front = ctx->Polygon.FrontFace;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c130 driver->FrontFace = NULL;
287 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c130 driver->FrontFace = NULL;
287 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h49 EXPECT_CALL(*gl_, FrontFace(GL_CCW)).Times(1).RetiresOnSaturation();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common.c300 if (ctx->Driver.FrontFace)
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
346 if (ctx->Driver.FrontFace)
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c300 if (ctx->Driver.FrontFace)
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
346 if (ctx->Driver.FrontFace)
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c300 if (ctx->Driver.FrontFace)
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
346 if (ctx->Driver.FrontFace)
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c300 if (ctx->Driver.FrontFace)
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
346 if (ctx->Driver.FrontFace)
347 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h65 OP(FrontFace) /* 306 */ \

Completed in 702 milliseconds

1234