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

  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 223 uint dstWidth, dstHeight, dstDepth;
233 dstDepth = pt->array_size;
236 dstDepth = u_minify(pt->depth0, dstLevel);
250 dstDepth, border, srcImage->InternalFormat,
st_cb_blit.c 92 struct gl_renderbuffer_attachment *dstDepth, *dstStencil;
96 dstDepth = &ctx->DrawBuffer->Attachment[BUFFER_DEPTH];
102 st_is_depth_stencil_combined(dstDepth, dstStencil);
107 dstRb = st_renderbuffer(dstDepth->Renderbuffer);
270 struct gl_renderbuffer_attachment *dstDepth =
293 st_is_depth_stencil_combined(dstDepth, dstStencil)) {
  /external/mesa3d/src/mesa/main/
mipmap.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 4776 milliseconds