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

12

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c82 case GL_COLOR_INDEX:
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/external/mesa3d/src/glx/
H A Dcompsize.c82 case GL_COLOR_INDEX:
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/external/chromium_org/third_party/mesa/src/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);
/external/mesa3d/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);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dosmesa.h73 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
/external/mesa3d/include/GL/
H A Dosmesa.h73 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawpix.c119 case GL_COLOR_INDEX:
333 1, GL_COLOR_INDEX, GL_BITMAP,
H A Dpolygon.c206 GL_COLOR_INDEX, GL_BITMAP,
253 GL_COLOR_INDEX, GL_BITMAP,
H A Dglformats.c170 case GL_COLOR_INDEX:
1030 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) {
1100 case GL_COLOR_INDEX:
H A Dimage.c143 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX);
390 GL_COLOR_INDEX, GL_BITMAP, 0, 0);
392 GL_COLOR_INDEX, GL_BITMAP);
H A Dpack.c169 GL_COLOR_INDEX, GL_BITMAP, row, 0);
263 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
2777 ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX);
4275 srcFormat == GL_COLOR_INDEX);
4378 if (srcFormat == GL_COLOR_INDEX) {
4528 srcFormat == GL_COLOR_INDEX);
4580 if (srcFormat == GL_COLOR_INDEX) {
4966 extract_uint_indexes(n, indexes, GL_COLOR_INDEX, srcType, source,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c72 GL_COLOR_INDEX, GL_BITMAP,
138 GL_COLOR_INDEX, GL_BITMAP,
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c119 case GL_COLOR_INDEX:
333 1, GL_COLOR_INDEX, GL_BITMAP,
H A Dpolygon.c206 GL_COLOR_INDEX, GL_BITMAP,
253 GL_COLOR_INDEX, GL_BITMAP,
H A Dglformats.c170 case GL_COLOR_INDEX:
1030 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) {
1100 case GL_COLOR_INDEX:
H A Dimage.c143 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX);
390 GL_COLOR_INDEX, GL_BITMAP, 0, 0);
392 GL_COLOR_INDEX, GL_BITMAP);
H A Dpack.c169 GL_COLOR_INDEX, GL_BITMAP, row, 0);
263 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
2777 ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX);
4275 srcFormat == GL_COLOR_INDEX);
4378 if (srcFormat == GL_COLOR_INDEX) {
4528 srcFormat == GL_COLOR_INDEX);
4580 if (srcFormat == GL_COLOR_INDEX) {
4966 extract_uint_indexes(n, indexes, GL_COLOR_INDEX, srcType, source,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c859 GL_COLOR_INDEX, GL_BITMAP, row, 0 );
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c859 GL_COLOR_INDEX, GL_BITMAP, row, 0 );
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c441 const GLuint compsize = (bitmap != NULL) ? __glImageSize(width, height, 1, GL_COLOR_INDEX, GL_BITMAP, 0) : 0;
456 (*gc->fillImage)(gc, 2, width, height, 1, GL_COLOR_INDEX, GL_BITMAP, bitmap, gc->pc + 48, gc->pc + 4);
475 __glXSendLargeImage(gc, compsize, 2, width, height, 1, GL_COLOR_INDEX, GL_BITMAP, bitmap, pc + 52, pc + 8);
2169 const GLuint compsize = (mask != NULL) ? __glImageSize(32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, 0) : 0;
2173 (*gc->fillImage)(gc, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, mask, gc->pc + 24, gc->pc + 4);
3482 __glEmptyImage(gc, 3, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, xcb_glx_get_polygon_stipple_data(reply), mask);
3487 __glXReadPixelReply(dpy, gc, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, mask, GL_FALSE);

Completed in 3645 milliseconds

12