HomeSort by relevance Sort by last modified time
    Searched refs:GL_COLOR_INDEX (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/glx/
compsize.c 87 case GL_COLOR_INDEX:
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
177 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
s_drawpix.c 456 /* We have to deal with GL_COLOR_INDEX manually because
461 if (format == GL_COLOR_INDEX) {
  /external/mesa3d/include/GL/
osmesa.h 71 #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
gl.h 450 #define GL_COLOR_INDEX 0x1900
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 73 GL_COLOR_INDEX, GL_BITMAP,
140 GL_COLOR_INDEX, GL_BITMAP,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_bitmap.c 70 GL_COLOR_INDEX, GL_BITMAP,
137 GL_COLOR_INDEX, GL_BITMAP,
  /external/mesa3d/src/mesa/main/
drawpix.c 117 case GL_COLOR_INDEX:
333 1, GL_COLOR_INDEX, GL_BITMAP,
polygon.c 193 GL_COLOR_INDEX, GL_BITMAP,
221 GL_COLOR_INDEX, GL_BITMAP,
image.c 160 assert(format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX);
407 GL_COLOR_INDEX, GL_BITMAP, 0, 0);
409 GL_COLOR_INDEX, GL_BITMAP);
pack.c 100 GLubyte *ptrn = (GLubyte *) _mesa_unpack_image(2, 32, 32, 1, GL_COLOR_INDEX,
161 width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
259 assert(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX);
    [all...]
glformats.c 372 case GL_COLOR_INDEX:
    [all...]
texstore.c 695 /* We have to deal with GL_COLOR_INDEX manually because
699 if (srcFormat == GL_COLOR_INDEX) {
    [all...]
teximage.c     [all...]
dlist.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_tex_subimage.c 198 format == GL_COLOR_INDEX)
333 format == GL_COLOR_INDEX)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 867 GL_COLOR_INDEX, GL_BITMAP, row, 0 );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 444 #define GL_COLOR_INDEX 0x1900
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 482 #define GL_COLOR_INDEX 0x1900
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 478 #define GL_COLOR_INDEX 0x1900
    [all...]

Completed in 236 milliseconds