Lines Matching refs:zoffset
971 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage() argument
987 assert(zoffset + depth <= texImage->Depth); in store_texsubimage()
1022 assert(zoffset == 0); in store_texsubimage()
1026 assert(zoffset == 0); in store_texsubimage()
1036 sliceOffset = zoffset; in store_texsubimage()
1038 zoffset = 0; in store_texsubimage()
1045 sliceOffset = zoffset; in store_texsubimage()
1051 sliceOffset = zoffset; in store_texsubimage()
1134 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage() argument
1140 xoffset, yoffset, zoffset, width, height, depth, in _mesa_store_texsubimage()
1180 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_cleartexsubimage() argument
1193 z + zoffset, xoffset, yoffset, in _mesa_store_cleartexsubimage()
1213 ctx->Driver.UnmapTextureImage(ctx, texImage, z + zoffset); in _mesa_store_cleartexsubimage()
1324 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_compressed_texsubimage() argument
1355 ctx->Driver.MapTextureImage(ctx, texImage, slice + zoffset, in _mesa_store_compressed_texsubimage()
1376 ctx->Driver.UnmapTextureImage(ctx, texImage, slice + zoffset); in _mesa_store_compressed_texsubimage()