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

  /external/mesa3d/src/mesa/main/
mipmap.h 39 GLint dstWidth, GLint dstHeight, GLint dstDepth,
55 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
copyimage.c 468 int dstWidth, dstHeight, dstDepth;
552 dstDepth = srcDepth;
560 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
mipmap.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 277 GLsizei dstWidth, dstHeight, dstDepth;
295 dstDepth = target == GL_TEXTURE_3D ? minify(srcDepth, 1) : srcDepth;
299 dstDepth == srcDepth) {
326 for (layer = 0; layer < dstDepth; ++layer) {

Completed in 227 milliseconds