Searched refs:GL_COLOR (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dimage.c110 glCopyPixels (0, 0, checkImageWidth, checkImageHeight, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dcopy.c121 image->sizeX, image->sizeY, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dwincopy.c160 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 Dcopypix.c75 glCopyPixels(dx, dy, ImgWidth, ImgHeight, GL_COLOR);
H A Dreadpix.c261 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcopypixrate.c95 glCopyPixels(0, 0, ImgWidth, ImgHeight, GL_COLOR);
H A Dfbotest2.c76 glCopyPixels(0, 0, Width, Height, GL_COLOR);
H A Dpbo.c170 glCopyPixels(APosX, APosY, ImgWidth, ImgHeight, GL_COLOR);
H A Dauxbuffer.c424 glCopyPixels(0, 0, WinWidth, WinHeight, GL_COLOR);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dclear-fbo-scissor.c175 glCopyPixels(0, 0, Width, Height, GL_COLOR);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmarshal.c592 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 Dclear.c380 case GL_COLOR:
468 case GL_COLOR:
584 case GL_COLOR:
H A Ddrawpix.c216 if (type != GL_COLOR &&
H A Dfbobject.c790 * \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 Dintel_pixel_copy.c70 case GL_COLOR:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c69 case GL_COLOR:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c70 case GL_COLOR:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_copy.c69 case GL_COLOR:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c445 if (type == GL_COLOR) {
579 case GL_COLOR:
643 case GL_COLOR:
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c445 if (type == GL_COLOR) {
579 case GL_COLOR:
643 case GL_COLOR:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dclear.c389 case GL_COLOR:
482 case GL_COLOR:
616 case GL_COLOR:
H A Ddrawpix.c223 if (type != GL_COLOR &&
H A Dglthread_marshal.h142 case GL_COLOR:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1574 (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 Dst_cb_drawpixels.c1521 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