Searched refs:target_can_be_compresed (Results 1 – 1 of 1) sorted by relevance
1406 GLboolean target_can_be_compresed = GL_FALSE; in _mesa_target_can_be_compressed() local1413 target_can_be_compresed = GL_TRUE; /* true for any compressed format so far */ in _mesa_target_can_be_compressed()1423 target_can_be_compresed = ctx->Extensions.ARB_texture_cube_map; in _mesa_target_can_be_compressed()1427 target_can_be_compresed = ctx->Extensions.EXT_texture_array; in _mesa_target_can_be_compressed()1486 target_can_be_compresed = _mesa_has_texture_cube_map_array(ctx); in _mesa_target_can_be_compressed()1496 target_can_be_compresed = ctx->Extensions.ARB_texture_compression_bptc; in _mesa_target_can_be_compressed()1499 target_can_be_compresed = in _mesa_target_can_be_compressed()1507 if (!target_can_be_compresed) in _mesa_target_can_be_compressed()1517 target_can_be_compresed ? GL_NO_ERROR : GL_INVALID_ENUM); in _mesa_target_can_be_compressed()