Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dteximage.c5258 GLboolean targetOK; in compressed_subtexture_target_check() local
5272 targetOK = GL_TRUE; in compressed_subtexture_target_check()
5280 targetOK = ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()
5283 targetOK = GL_FALSE; in compressed_subtexture_target_check()
5290 targetOK = dsa && ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()
5293 targetOK = _mesa_is_gles3(ctx) || in compressed_subtexture_target_check()
5297 targetOK = _mesa_has_texture_cube_map_array(ctx); in compressed_subtexture_target_check()
5300 targetOK = GL_TRUE; in compressed_subtexture_target_check()
5349 targetOK = in compressed_subtexture_target_check()
5363 targetOK = GL_FALSE; in compressed_subtexture_target_check()
[all …]