Searched refs:BaseFormat (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dformat_info.h38 .BaseFormat = GL_NONE,
52 .BaseFormat = GL_RGBA,
66 .BaseFormat = GL_RGB,
80 .BaseFormat = GL_RGBA,
94 .BaseFormat = GL_RGB,
108 .BaseFormat = GL_RGBA,
122 .BaseFormat = GL_RGB,
136 .BaseFormat = GL_RGBA,
150 .BaseFormat = GL_RGB,
164 .BaseFormat
[all...]
/xsrc/external/mit/MesaLib/src/mesa/
H A Dformat_info.h38 .BaseFormat = GL_NONE,
52 .BaseFormat = GL_RGBA,
66 .BaseFormat = GL_RGB,
80 .BaseFormat = GL_RGBA,
94 .BaseFormat = GL_RGB,
108 .BaseFormat = GL_RGBA,
122 .BaseFormat = GL_RGB,
136 .BaseFormat = GL_RGBA,
150 .BaseFormat = GL_RGB,
164 .BaseFormat
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformats.c52 GLenum BaseFormat; member in struct:mesa_format_info
324 return info->BaseFormat;
543 return info->BaseFormat == GL_DEPTH_STENCIL;
555 info->BaseFormat != GL_DEPTH_COMPONENT &&
556 info->BaseFormat != GL_DEPTH_STENCIL &&
557 info->BaseFormat != GL_STENCIL_INDEX;
609 switch (info->BaseFormat) {
788 assert(info->BaseFormat != GL_DEPTH_COMPONENT &&
789 info->BaseFormat != GL_DEPTH_STENCIL &&
790 info->BaseFormat !
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.c52 GLenum BaseFormat; member in struct:gl_format_info
306 return info->BaseFormat;
516 return info->BaseFormat == GL_DEPTH_STENCIL;
528 info->BaseFormat != GL_DEPTH_COMPONENT &&
529 info->BaseFormat != GL_DEPTH_STENCIL &&
530 info->BaseFormat != GL_STENCIL_INDEX;
582 switch (info->BaseFormat) {
769 assert(info->BaseFormat != GL_DEPTH_COMPONENT &&
770 info->BaseFormat != GL_DEPTH_STENCIL &&
771 info->BaseFormat !
[all...]

Completed in 60 milliseconds