Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpixelstore.c105 ctx->Pack.CompressedBlockWidth = param; in _mesa_PixelStorei()
184 ctx->Unpack.CompressedBlockWidth = param; in _mesa_PixelStorei()
247 ctx->Pack.CompressedBlockWidth = 0; in _mesa_init_pixelstore()
262 ctx->Unpack.CompressedBlockWidth = 0; in _mesa_init_pixelstore()
304 if (packing->CompressedBlockWidth && in _mesa_compressed_pixel_storage_error_check()
305 packing->SkipPixels % packing->CompressedBlockWidth) { in _mesa_compressed_pixel_storage_error_check()
Dtexstore.c1281 if (packing->CompressedBlockWidth && in _mesa_compute_compressed_pixelstore()
1284 bw = packing->CompressedBlockWidth; in _mesa_compute_compressed_pixelstore()
Dmtypes.h1326 GLint CompressedBlockWidth; /**< GL_ARB_compressed_texture_pixel_storage */ member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h536 { GL_UNPACK_COMPRESSED_BLOCK_WIDTH, CONTEXT_INT(Unpack.CompressedBlockWidth), NO_EXTRA },
540 { GL_PACK_COMPRESSED_BLOCK_WIDTH, CONTEXT_INT(Pack.CompressedBlockWidth), NO_EXTRA },