Lines Matching refs:targetOK
4654 GLboolean targetOK; in compressed_subtexture_target_check() local
4666 targetOK = GL_TRUE; in compressed_subtexture_target_check()
4674 targetOK = ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()
4677 targetOK = GL_FALSE; in compressed_subtexture_target_check()
4684 targetOK = dsa && ctx->Extensions.ARB_texture_cube_map; in compressed_subtexture_target_check()
4687 targetOK = _mesa_is_gles3(ctx) || in compressed_subtexture_target_check()
4691 targetOK = _mesa_has_texture_cube_map_array(ctx); in compressed_subtexture_target_check()
4694 targetOK = GL_TRUE; in compressed_subtexture_target_check()
4734 targetOK = GL_FALSE; in compressed_subtexture_target_check()
4741 targetOK = GL_FALSE; in compressed_subtexture_target_check()
4745 if (!targetOK) { in compressed_subtexture_target_check()