Lines Matching refs:targetOK
5258 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()
5370 targetOK = GL_FALSE; in compressed_subtexture_target_check()
5374 if (!targetOK) { in compressed_subtexture_target_check()