Searched refs:GL_COLOR (Results 1 - 25 of 48) sorted by relevance
12
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | image.c | 110 glCopyPixels (0, 0, checkImageWidth, checkImageHeight, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | copy.c | 121 image->sizeX, image->sizeY, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | wincopy.c | 160 glCopyPixels(-2, -2, Width[0] + 4, Height[0] + 4, GL_COLOR); 164 glCopyPixels(0, 0, Width[0], Height[0], GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | copypix.c | 75 glCopyPixels(dx, dy, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | readpix.c | 261 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | copypixrate.c | 95 glCopyPixels(0, 0, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | fbotest2.c | 76 glCopyPixels(0, 0, Width, Height, GL_COLOR);
|
| H A D | pbo.c | 170 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
|
| H A D | auxbuffer.c | 424 glCopyPixels(0, 0, WinWidth, WinHeight, GL_COLOR);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | clear-fbo-scissor.c | 175 glCopyPixels(0, 0, Width, Height, GL_COLOR);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | marshal.c | 592 case GL_COLOR: 637 if (!(buffer == GL_DEPTH || buffer == GL_COLOR)) { 667 if (!(buffer == GL_STENCIL || buffer == GL_COLOR)) { 697 if (buffer != GL_COLOR) {
|
| H A D | clear.c | 380 case GL_COLOR: 468 case GL_COLOR: 584 case GL_COLOR:
|
| H A D | drawpix.c | 216 if (type != GL_COLOR &&
|
| H A D | fbobject.c | 790 * \param format if GL_COLOR, this is a color attachment point, 798 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); 860 if (format == GL_COLOR) { 924 if (format == GL_COLOR) { 1052 test_attachment_completeness(ctx, GL_COLOR, att); 4583 case GL_COLOR: 4656 case GL_COLOR: 4909 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_copy.c | 70 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel_copy.c | 69 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_copy.c | 70 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_copy.c | 69 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 445 if (type == GL_COLOR) { 579 case GL_COLOR: 643 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 445 if (type == GL_COLOR) { 579 case GL_COLOR: 643 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | clear.c | 389 case GL_COLOR: 482 case GL_COLOR: 616 case GL_COLOR:
|
| H A D | drawpix.c | 223 if (type != GL_COLOR &&
|
| H A D | glthread_marshal.h | 142 case GL_COLOR:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1574 (type != GL_COLOR || 1621 if (type == GL_COLOR) { 1676 if (type == GL_COLOR) 1767 if (type == GL_COLOR) { 1814 (type == GL_COLOR ? PIPE_BIND_RENDER_TARGET : PIPE_BIND_DEPTH_STENCIL); 1830 assert(type == GL_COLOR);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1521 if (type == GL_COLOR && 1691 if (type == GL_COLOR) { 1720 (type == GL_COLOR ? PIPE_BIND_RENDER_TARGET : PIPE_BIND_DEPTH_STENCIL); 1731 assert(type == GL_COLOR);
|
Completed in 31 milliseconds
12