OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGLInternalFormat
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/ktx/
ktx.cpp
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
[
all
...]
ktx.h
83
uint32_t
fGLInternalFormat
;
Completed in 92 milliseconds