Home | History | Annotate | Download | only in swrast

Lines Matching refs:TexFormat

139    ASSERT(texImg->TexFormat == MESA_FORMAT_RGB888);			\
197 ASSERT(texImg->TexFormat == MESA_FORMAT_RGB888); \
554 info.format = texImg->TexFormat; \
821 info.format = texImg->TexFormat; \
1065 format = texImg ? texImg->TexFormat : MESA_FORMAT_NONE;