Searched refs:targetOK (Results 1 – 1 of 1) sorted by relevance
4290 GLboolean targetOK; in compressed_subtexture_target_check() local4302 targetOK = GL_TRUE; in compressed_subtexture_target_check()4310 targetOK = ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()4313 targetOK = GL_FALSE; in compressed_subtexture_target_check()4320 targetOK = dsa && ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()4323 targetOK = _mesa_is_gles3(ctx) || in compressed_subtexture_target_check()4327 targetOK = _mesa_has_texture_cube_map_array(ctx); in compressed_subtexture_target_check()4330 targetOK = GL_TRUE; in compressed_subtexture_target_check()4370 targetOK = GL_FALSE; in compressed_subtexture_target_check()4377 targetOK = GL_FALSE; in compressed_subtexture_target_check()[all …]