Lines Matching refs:zoffset
973 GLint xoffset, GLint yoffset, GLint zoffset, in store_texsubimage() argument
989 assert(zoffset + depth <= texImage->Depth); in store_texsubimage()
1024 assert(zoffset == 0); in store_texsubimage()
1028 assert(zoffset == 0); in store_texsubimage()
1038 sliceOffset = zoffset; in store_texsubimage()
1040 zoffset = 0; in store_texsubimage()
1047 sliceOffset = zoffset; in store_texsubimage()
1053 sliceOffset = zoffset; in store_texsubimage()
1137 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_texsubimage() argument
1143 xoffset, yoffset, zoffset, width, height, depth, in _mesa_store_texsubimage()
1183 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_cleartexsubimage() argument
1196 z + zoffset, xoffset, yoffset, in _mesa_store_cleartexsubimage()
1216 ctx->Driver.UnmapTextureImage(ctx, texImage, z + zoffset); in _mesa_store_cleartexsubimage()
1328 GLint xoffset, GLint yoffset, GLint zoffset, in _mesa_store_compressed_texsubimage() argument
1359 ctx->Driver.MapTextureImage(ctx, texImage, slice + zoffset, in _mesa_store_compressed_texsubimage()
1380 ctx->Driver.UnmapTextureImage(ctx, texImage, slice + zoffset); in _mesa_store_compressed_texsubimage()