HomeSort by relevance Sort by last modified time
    Searched refs:FrontFace (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 85 * 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/
polygon.c 85 * 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/
gen7_clip_state.c 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_clip.c 223 switch (ctx->Polygon.FrontFace) {
brw_sf_state.c 203 if (ctx->Polygon.FrontFace == GL_CCW)
gen6_sf_state.c 148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
gen7_sf_state.c 176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_clip_state.c 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 59 EXPECT_CALL(*gl_, FrontFace(GL_CCW))
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderStateCache.cpp 228 rasterDesc.FrontCounterClockwise = (rasterState.frontFace == GL_CCW) ? FALSE: TRUE;
306 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/
nv10_state_polygon.c 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
nv04_state_raster.c 126 int front = ctx->Polygon.FrontFace;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ?
nv04_state_raster.c 126 int front = ctx->Polygon.FrontFace;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 130 driver->FrontFace = NULL;
287 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 130 driver->FrontFace = NULL;
287 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 78 GET_PROC(FrontFace);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 78 GET_PROC(FrontFace);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 300 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/
radeon_common.c 300 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/
gles2_cmd_ids_autogen.h 73 OP(FrontFace) /* 316 */ \