Searched refs:dstStencil (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil; local
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 = local
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil; local
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 = local
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {

Completed in 147 milliseconds