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

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 162 struct pipe_depth_stencil_alpha_state depthStencilAlpha;
164 memset(&depthStencilAlpha, 0, sizeof depthStencilAlpha);
165 depthStencilAlpha.depth.enabled = depth_test;
166 depthStencilAlpha.depth.writemask = 1;
167 depthStencilAlpha.depth.func = PIPE_FUNC_LESS;
169 &depthStencilAlpha);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 162 struct pipe_depth_stencil_alpha_state depthStencilAlpha;
164 memset(&depthStencilAlpha, 0, sizeof depthStencilAlpha);
165 depthStencilAlpha.depth.enabled = depth_test;
166 depthStencilAlpha.depth.writemask = 1;
167 depthStencilAlpha.depth.func = PIPE_FUNC_LESS;
169 &depthStencilAlpha);

Completed in 149 milliseconds