Searched refs:GL_COLOR_INDEX (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dcompsize.c80 case GL_COLOR_INDEX:
107 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
154 return __glDrawPixels_size(GL_COLOR_INDEX, GL_BITMAP, w, h);
231 case GL_COLOR_INDEX:
256 if (format == GL_COLOR_INDEX) {
308 case GL_COLOR_INDEX:
333 if (format == GL_COLOR_INDEX) {
387 case GL_COLOR_INDEX:
412 if (format == GL_COLOR_INDEX) {
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dcompsize.c87 case GL_COLOR_INDEX:
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcompsize.c87 case GL_COLOR_INDEX:
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpaltex.c162 GL_COLOR_INDEX, /* texture format */
234 GL_COLOR_INDEX, /* texture format */
H A Dcopypix.c201 ImgFormat = GL_COLOR_INDEX;
H A Ddrawpix.c272 ImgFormat = GL_COLOR_INDEX;
H A Dreadpix.c344 ImgFormat = GL_COLOR_INDEX;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_bitmap.c79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_bitmap.c79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dosmesa.h71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dosmesa.h71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmultipal.c236 glTexImage2D(GL_TEXTURE_2D, 0, GL_COLOR_INDEX, w, h, 0, GL_COLOR_INDEX,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawpix.c116 case GL_COLOR_INDEX:
332 1, GL_COLOR_INDEX, GL_BITMAP,
H A Dpolygon.c256 GL_COLOR_INDEX, GL_BITMAP,
284 GL_COLOR_INDEX, GL_BITMAP,
H A Dimage.c160 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX);
407 GL_COLOR_INDEX, GL_BITMAP, 0, 0);
409 GL_COLOR_INDEX, GL_BITMAP);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c73 GL_COLOR_INDEX, GL_BITMAP,
140 GL_COLOR_INDEX, GL_BITMAP,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c70 GL_COLOR_INDEX, GL_BITMAP,
137 GL_COLOR_INDEX, GL_BITMAP,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D8.0.rst55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
H A D6.5.2.rst73 - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c73 GL_COLOR_INDEX, GL_BITMAP,
140 GL_COLOR_INDEX, GL_BITMAP,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_bitmap.c71 GL_COLOR_INDEX, GL_BITMAP,
139 GL_COLOR_INDEX, GL_BITMAP,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpolygon.c271 GL_COLOR_INDEX, GL_BITMAP,
299 GL_COLOR_INDEX, GL_BITMAP,
H A Ddrawpix.c123 case GL_COLOR_INDEX:
358 1, GL_COLOR_INDEX, GL_BITMAP,
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drensize.c169 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) {
213 case GL_COLOR_INDEX:
/xsrc/external/mit/xorg-server/dist/glx/
H A Drensize.c175 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) {
221 case GL_COLOR_INDEX:

Completed in 14 milliseconds

123