Searched refs:st_etc_fallback (Results 1 – 3 of 3) sorted by relevance
318 st_etc_fallback(struct st_context *st, struct gl_texture_image *texImage);
671 if ((src_image && st_etc_fallback(st, src_image)) || in st_CopyImageSubData()672 (dst_image && st_etc_fallback(st, dst_image))) { in st_CopyImageSubData()
221 st_etc_fallback(struct st_context *st, struct gl_texture_image *texImage) in st_etc_fallback() function232 if (!st_etc_fallback(st, texImage)) in etc_fallback_allocate()272 if (st_etc_fallback(st, texImage)) { in st_MapTextureImage()313 if (st_etc_fallback(st, texImage)) { in st_UnmapTextureImage()1687 if (st_etc_fallback(st, texImage)) { in st_CompressedTexSubImage()