Searched refs:target_can_be_compresed (Results 1 – 1 of 1) sorted by relevance
1388 GLboolean target_can_be_compresed = GL_FALSE; in _mesa_target_can_be_compressed() local1395 target_can_be_compresed = GL_TRUE; /* true for any compressed format so far */ in _mesa_target_can_be_compressed()1405 target_can_be_compresed = ctx->Extensions.ARB_texture_cube_map; in _mesa_target_can_be_compressed()1409 target_can_be_compresed = ctx->Extensions.EXT_texture_array; in _mesa_target_can_be_compressed()1468 target_can_be_compresed = _mesa_has_texture_cube_map_array(ctx); in _mesa_target_can_be_compressed()1478 target_can_be_compresed = ctx->Extensions.ARB_texture_compression_bptc; in _mesa_target_can_be_compressed()1481 target_can_be_compresed = in _mesa_target_can_be_compressed()1489 if (!target_can_be_compresed) in _mesa_target_can_be_compressed()1499 target_can_be_compresed ? GL_NO_ERROR : GL_INVALID_ENUM); in _mesa_target_can_be_compressed()