HomeSort by relevance Sort by last modified time
    Searched refs:FrontCounterClockwise (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 49 rasterDesc.FrontCounterClockwise = FALSE;
RenderStateCache.cpp 248 rasterDesc.FrontCounterClockwise = (rasterState.frontFace == GL_CCW) ? FALSE: TRUE;
Clear11.cpp 104 rsDesc.FrontCounterClockwise = FALSE;
Blit11.cpp 242 rasterDesc.FrontCounterClockwise = FALSE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 576 state.front_ccw = !!rasterizer_desc->FrontCounterClockwise;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 576 state.front_ccw = !!rasterizer_desc->FrontCounterClockwise;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 388 BOOL FrontCounterClockwise;
    [all...]
d3d11.idl 695 BOOL FrontCounterClockwise;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 388 BOOL FrontCounterClockwise;
    [all...]
d3d11.idl 695 BOOL FrontCounterClockwise;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 354 BOOL FrontCounterClockwise;
    [all...]
d3d11.idl 329 BOOL FrontCounterClockwise;
346 cpp_quote(" FrontCounterClockwise = FALSE;")
356 cpp_quote(" WINBOOL frontCounterClockwise, INT depthBias, FLOAT depthBiasClamp, FLOAT slopeScaledDepthBias,")
360 cpp_quote(" FrontCounterClockwise = frontCounterClockwise;")
    [all...]
d3d11.h 444 WINBOOL FrontCounterClockwise;
460 FrontCounterClockwise = FALSE;
470 WINBOOL frontCounterClockwise, INT depthBias, FLOAT depthBiasClamp, FLOAT slopeScaledDepthBias,
474 FrontCounterClockwise = frontCounterClockwise;
    [all...]
d3d10.h 689 WINBOOL FrontCounterClockwise;
    [all...]

Completed in 84 milliseconds