Searched refs:CompressedBlockDepth (Results 1 – 4 of 4) sorted by relevance
120 ctx->Pack.CompressedBlockDepth = param; in pixel_storei()199 ctx->Unpack.CompressedBlockDepth = param; in pixel_storei()273 ctx->Pack.CompressedBlockDepth = 0; in _mesa_init_pixelstore()288 ctx->Unpack.CompressedBlockDepth = 0; in _mesa_init_pixelstore()344 packing->CompressedBlockDepth && in _mesa_compressed_pixel_storage_error_check()345 packing->SkipImages % packing->CompressedBlockDepth) { in _mesa_compressed_pixel_storage_error_check()
1307 if (dims > 2 && packing->CompressedBlockDepth && in _mesa_compute_compressed_pixelstore()1310 int bd = packing->CompressedBlockDepth; in _mesa_compute_compressed_pixelstore()
1450 GLint CompressedBlockDepth; member
540 { GL_UNPACK_COMPRESSED_BLOCK_DEPTH, CONTEXT_INT(Unpack.CompressedBlockDepth), NO_EXTRA },544 { GL_PACK_COMPRESSED_BLOCK_DEPTH, CONTEXT_INT(Pack.CompressedBlockDepth), NO_EXTRA },