HomeSort by relevance Sort by last modified time
    Searched refs:FrontFace (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/i965/
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/state_tracker/
st_atom_rasterizer.c 71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 78 GET_PROC(FrontFace);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 527 if(depth_stencil_state_desc->FrontFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
528 depth_stencil_state_desc->FrontFace.StencilFailOp >= D3D11_STENCIL_OP_COUNT ||
529 depth_stencil_state_desc->FrontFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT ||
536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
537 state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFailOp];
538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 527 if(depth_stencil_state_desc->FrontFace.StencilPassOp >= D3D11_STENCIL_OP_COUNT ||
528 depth_stencil_state_desc->FrontFace.StencilFailOp >= D3D11_STENCIL_OP_COUNT ||
529 depth_stencil_state_desc->FrontFace.StencilDepthFailOp >= D3D11_STENCIL_OP_COUNT ||
536 state.stencil[0].zpass_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilPassOp];
537 state.stencil[0].fail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilFailOp];
538 state.stencil[0].zfail_op = d3d11_to_pipe_stencil_op[depth_stencil_state_desc->FrontFace.StencilDepthFailOp];
539 state.stencil[0].func = depth_stencil_state_desc->FrontFace.StencilFunc - 1;
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 64 #define glFrontFace GLES2_GET_FUN(FrontFace)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Blit11.cpp 267 depthStencilDesc.FrontFace.StencilFailOp = D3D11_STENCIL_OP_KEEP;
268 depthStencilDesc.FrontFace.StencilDepthFailOp = D3D11_STENCIL_OP_KEEP;
269 depthStencilDesc.FrontFace.StencilPassOp = D3D11_STENCIL_OP_KEEP;
270 depthStencilDesc.FrontFace.StencilFunc = D3D11_COMPARISON_ALWAYS;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 90 GET_PROC(FrontFace);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 90 GET_PROC(FrontFace);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 65 if (ctx->Polygon.FrontFace == GL_CW) {
585 if (ctx->Polygon.FrontFace != GL_CCW)
    [all...]
i830_state.c 609 if (ctx->Polygon.FrontFace != GL_CCW)
    [all...]
i830_vtbl.c 851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
i915_vtbl.c 821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 65 if (ctx->Polygon.FrontFace == GL_CW) {
585 if (ctx->Polygon.FrontFace != GL_CCW)
    [all...]
i830_state.c 609 if (ctx->Polygon.FrontFace != GL_CCW)
    [all...]
i830_vtbl.c 851 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
i915_vtbl.c 821 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 471 void FrontFace(PP_Resource context_id, GLenum mode) {
474 ToGles2Impl(&enter)->FrontFace(mode);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 188 void GLES2InterfaceStub::FrontFace(GLenum /* mode */) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 524 ctx->Driver.FrontFace = nouveau_front_face;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 524 ctx->Driver.FrontFace = nouveau_front_face;
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 463 void FrontFace(PP_Resource context_id, GLenum mode) {
    [all...]

Completed in 1121 milliseconds

12 3 4 5