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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil;
98 dstStencil = &ctx->DrawBuffer->Attachment[BUFFER_STENCIL];
102 st_is_depth_stencil_combined(dstDepth, dstStencil);
127 dstRb = st_renderbuffer(dstStencil->Renderbuffer);
274 struct gl_renderbuffer_attachment *dstStencil =
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil;
98 dstStencil = &ctx->DrawBuffer->Attachment[BUFFER_STENCIL];
102 st_is_depth_stencil_combined(dstDepth, dstStencil);
127 dstRb = st_renderbuffer(dstStencil->Renderbuffer);
274 struct gl_renderbuffer_attachment *dstStencil =
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {

Completed in 332 milliseconds