Home
last modified time | relevance | path

Searched refs:target_can_be_compresed (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dteximage.c1390 GLboolean target_can_be_compresed = GL_FALSE; in _mesa_target_can_be_compressed() local
1397 target_can_be_compresed = GL_TRUE; /* true for any compressed format so far */ in _mesa_target_can_be_compressed()
1407 target_can_be_compresed = GL_TRUE; in _mesa_target_can_be_compressed()
1411 target_can_be_compresed = ctx->Extensions.EXT_texture_array; in _mesa_target_can_be_compressed()
1470 target_can_be_compresed = _mesa_has_texture_cube_map_array(ctx); in _mesa_target_can_be_compressed()
1480 target_can_be_compresed = ctx->Extensions.ARB_texture_compression_bptc; in _mesa_target_can_be_compressed()
1483 target_can_be_compresed = in _mesa_target_can_be_compressed()
1491 if (!target_can_be_compresed) in _mesa_target_can_be_compressed()
1502 target_can_be_compresed ? GL_NO_ERROR : GL_INVALID_ENUM); in _mesa_target_can_be_compressed()

Completed in 10 milliseconds