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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 53 rasterDesc.DepthClipEnable = TRUE;
RenderStateCache.cpp 250 rasterDesc.DepthClipEnable = TRUE;
Clear11.cpp 108 rsDesc.DepthClipEnable = FALSE;
Blit11.cpp 246 rasterDesc.DepthClipEnable = TRUE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 581 state.depth_clip = rasterizer_desc->DepthClipEnable;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 581 state.depth_clip = rasterizer_desc->DepthClipEnable;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 392 BOOL DepthClipEnable;
    [all...]
d3d11.idl 699 BOOL DepthClipEnable;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 392 BOOL DepthClipEnable;
    [all...]
d3d11.idl 699 BOOL DepthClipEnable;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 358 BOOL DepthClipEnable;
    [all...]
d3d11.idl 333 BOOL DepthClipEnable;
350 cpp_quote(" DepthClipEnable = TRUE;")
357 cpp_quote(" BOOL depthClipEnable, WINBOOL scissorEnable, WINBOOL multisampleEnable, WINBOOL antialiasedLineEnable) {")
364 cpp_quote(" DepthClipEnable = depthClipEnable;")
    [all...]
d3d11.h 448 WINBOOL DepthClipEnable;
464 DepthClipEnable = TRUE;
471 BOOL depthClipEnable, WINBOOL scissorEnable, WINBOOL multisampleEnable, WINBOOL antialiasedLineEnable) {
478 DepthClipEnable = depthClipEnable;
    [all...]
d3d10.h 693 WINBOOL DepthClipEnable;
    [all...]

Completed in 63 milliseconds