Home
last modified time | relevance | path

Searched refs:CompressedBlockDepth (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixelstore.c120 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()
Dtexstore.c1307 if (dims > 2 && packing->CompressedBlockDepth && in _mesa_compute_compressed_pixelstore()
1310 int bd = packing->CompressedBlockDepth; in _mesa_compute_compressed_pixelstore()
Dmtypes.h1450 GLint CompressedBlockDepth; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h540 { GL_UNPACK_COMPRESSED_BLOCK_DEPTH, CONTEXT_INT(Unpack.CompressedBlockDepth), NO_EXTRA },
544 { GL_PACK_COMPRESSED_BLOCK_DEPTH, CONTEXT_INT(Pack.CompressedBlockDepth), NO_EXTRA },