Searched refs:FrontFace (Results 1 - 25 of 99) 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/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h59 EXPECT_CALL(*gl_, FrontFace(GL_CCW))
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderStateCache.cpp306 dsDesc.FrontFace.StencilFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilFail);
307 dsDesc.FrontFace.StencilDepthFailOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthFail);
308 dsDesc.FrontFace.StencilPassOp = gl_d3d11::ConvertStencilOp(dsState.stencilPassDepthPass);
309 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/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp78 GET_PROC(FrontFace);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp78 GET_PROC(FrontFace);
/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.h73 OP(FrontFace) /* 316 */ \

Completed in 301 milliseconds

1234