Lines Matching refs:fGLInternalFormat
178 isFmt = GR_GL_COMPRESSED_RED_RGTC1 == fHeader.fGLInternalFormat ||
179 GR_GL_COMPRESSED_3DC_X == fHeader.fGLInternalFormat;
182 return isFmt || compressed_fmt_to_gl_define(fmt) == fHeader.fGLInternalFormat;
186 return this->valid() && GR_GL_RGBA8 == fHeader.fGLInternalFormat;
190 return this->valid() && GR_GL_RGB8 == fHeader.fGLInternalFormat;
218 fHeader.fGLInternalFormat = this->readInt(&buf, &bytesLeft);
388 hdr.fGLInternalFormat = GR_GL_COMPRESSED_ETC1_RGB8;
456 hdr.fGLInternalFormat = GR_GL_R8;
464 hdr.fGLInternalFormat = GR_GL_RGB;
472 hdr.fGLInternalFormat = GR_GL_RGBA4;
481 hdr.fGLInternalFormat = GR_GL_RGBA8;