Searched refs:GL_VIEWPORT_BIT (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dshowbuffer.c62 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 Dviewport.c75 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 Drastpos.c934 glPushAttrib( GL_TRANSFORM_BIT | GL_VIEWPORT_BIT );
H A Dattrib.c300 if (mask & GL_VIEWPORT_BIT) {
1226 if (mask & GL_VIEWPORT_BIT) {
H A Dcontext.c1421 if (mask & GL_VIEWPORT_BIT) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dattrib.c561 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 Drastpos.c928 glPushAttrib( GL_TRANSFORM_BIT | GL_VIEWPORT_BIT );
H A Dcontext.c1525 if (mask & GL_VIEWPORT_BIT) {
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h684 #define GL_VIEWPORT_BIT 0x00000800 macro
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h677 #define GL_VIEWPORT_BIT 0x00000800 macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3379 - mesa: optimize glPopAttrib(GL_VIEWPORT_BIT)
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h1075 #define GL_VIEWPORT_BIT 0x00000800 macro
[all...]

Completed in 100 milliseconds