Searched defs:dstZ (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dcopyimage.c457 GLint dstX, GLint dstY, GLint dstZ,
478 dstX, dstY, dstZ,
492 if (!prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth,
560 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
586 int newDstZ = dstZ + i;
600 assert(dstZ + i < MAX_FACES);
601 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel];
454 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
H A Dteximage.c3721 GLint srcX = x, srcY = y, dstX = 0, dstY = 0, dstZ = 0; local
3739 dstX, dstY, dstZ,

Completed in 141 milliseconds