Searched refs:st_etc_fallback (Results 1 – 3 of 3) sorted by relevance
255 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()
206 st_etc_fallback(struct st_context *st, struct gl_texture_image *texImage) in st_etc_fallback() function217 if (!st_etc_fallback(st, texImage)) in etc_fallback_allocate()257 if (st_etc_fallback(st, texImage)) { in st_MapTextureImage()298 if (st_etc_fallback(st, texImage)) { in st_UnmapTextureImage()1665 if (st_etc_fallback(st, texImage)) { in st_CompressedTexSubImage()