Searched refs:GL_VIEWPORT_BIT (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | showbuffer.c | 62 GL_TRANSFORM_BIT | GL_VIEWPORT_BIT); 113 GL_TRANSFORM_BIT | GL_VIEWPORT_BIT); 165 GL_PIXEL_MODE_BIT | GL_TRANSFORM_BIT | GL_VIEWPORT_BIT);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | viewport.c | 75 GL_VIEWPORT_BIT); 296 FLUSH_VERTICES(ctx, _NEW_VIEWPORT, GL_VIEWPORT_BIT); 618 FLUSH_VERTICES(ctx, 0, GL_VIEWPORT_BIT); 679 FLUSH_VERTICES(ctx, _NEW_VIEWPORT, GL_VIEWPORT_BIT);
|
| H A D | rastpos.c | 934 glPushAttrib( GL_TRANSFORM_BIT | GL_VIEWPORT_BIT );
|
| H A D | attrib.c | 300 if (mask & GL_VIEWPORT_BIT) { 1226 if (mask & GL_VIEWPORT_BIT) {
|
| H A D | context.c | 1421 if (mask & GL_VIEWPORT_BIT) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | attrib.c | 561 if (mask & GL_VIEWPORT_BIT) { 564 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glPushAttrib(GL_VIEWPORT_BIT)"); 568 if (!save_attrib_data(&head, GL_VIEWPORT_BIT, viewstate)) { 570 _mesa_error(ctx, GL_OUT_OF_MEMORY, "glPushAttrib(GL_VIEWPORT_BIT)"); 1477 case GL_VIEWPORT_BIT:
|
| H A D | rastpos.c | 928 glPushAttrib( GL_TRANSFORM_BIT | GL_VIEWPORT_BIT );
|
| H A D | context.c | 1525 if (mask & GL_VIEWPORT_BIT) {
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 684 #define GL_VIEWPORT_BIT 0x00000800 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 677 #define GL_VIEWPORT_BIT 0x00000800 macro
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 3379 - mesa: optimize glPopAttrib(GL_VIEWPORT_BIT)
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 1075 #define GL_VIEWPORT_BIT 0x00000800 macro [all...] |
Completed in 98 milliseconds