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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
399 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.stencilBits > 0)
414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format);
436 if (!ds_separate && isDS && ctx->DrawBuffer->Visual.depthBits > 0)

Completed in 370 milliseconds