Home
last modified time | relevance | path

Searched refs:st_etc_fallback (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h255 st_etc_fallback(struct st_context *st, struct gl_texture_image *texImage);
Dst_cb_copyimage.c671 if ((src_image && st_etc_fallback(st, src_image)) || in st_CopyImageSubData()
672 (dst_image && st_etc_fallback(st, dst_image))) { in st_CopyImageSubData()
Dst_cb_texture.c206 st_etc_fallback(struct st_context *st, struct gl_texture_image *texImage) in st_etc_fallback() function
217 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()