Searched refs:GL_COLOR_ARRAY (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Degltri.c65 glEnableClientState(GL_COLOR_ARRAY);
70 glDisableClientState(GL_COLOR_ARRAY);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Daapoly.c87 glEnableClientState (GL_COLOR_ARRAY);
92 glDisableClientState (GL_COLOR_ARRAY);
H A Dvarray.c73 glEnableClientState (GL_COLOR_ARRAY);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dvao_demo.c279 glEnableClientState( GL_COLOR_ARRAY );
286 glEnableClientState( GL_COLOR_ARRAY );
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtri.c91 glEnableClientState(GL_COLOR_ARRAY);
101 glDisableClientState(GL_COLOR_ARRAY);
H A Dbindtex.c251 glEnableClientState(GL_COLOR_ARRAY);
256 glDisableClientState(GL_COLOR_ARRAY);
305 glEnableClientState(GL_COLOR_ARRAY);
317 glDisableClientState(GL_COLOR_ARRAY);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-edgeflag-array.c93 glEnableClientState(GL_COLOR_ARRAY);
H A Ddraw2arrays.c53 glEnableClientState( GL_COLOR_ARRAY );
H A Ddrawarrays.c64 glEnableClientState( GL_COLOR_ARRAY );
H A Ddrawelements-large.c48 glEnableClientState( GL_COLOR_ARRAY );
H A Ddrawelements.c57 glEnableClientState( GL_COLOR_ARRAY );
H A Ddrawrange.c57 glEnableClientState( GL_COLOR_ARRAY );
H A Dlineloop-elts.c57 glEnableClientState( GL_COLOR_ARRAY );
H A Dvbo-drawarrays.c66 glEnableClientState( GL_COLOR_ARRAY );
H A Dvbo-drawelements.c67 glEnableClientState( GL_COLOR_ARRAY );
H A Dvbo-noninterleaved.c70 glEnableClientState( GL_COLOR_ARRAY );
H A Dvbo-tri.c66 glEnableClientState( GL_COLOR_ARRAY );
H A Dvp-array-int.c57 glEnableClientState( GL_COLOR_ARRAY );
H A Dvp-array.c57 glEnableClientState( GL_COLOR_ARRAY );
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcva.c53 glEnableClientState( GL_COLOR_ARRAY );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_get.c95 case GL_COLOR_ARRAY:
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drender2.c211 case GL_COLOR_ARRAY:
212 CALL_EnableClientState( GET_DISPATCH(), (GL_COLOR_ARRAY) );
247 CALL_DisableClientState( GET_DISPATCH(), (GL_COLOR_ARRAY) );
H A Drender2swap.c322 case GL_COLOR_ARRAY:
323 CALL_EnableClientState( GET_DISPATCH(), (GL_COLOR_ARRAY) );
358 CALL_DisableClientState( GET_DISPATCH(), (GL_COLOR_ARRAY) );
/xsrc/external/mit/xorg-server/dist/glx/
H A Drender2.c217 case GL_COLOR_ARRAY:
218 glEnableClientState(GL_COLOR_ARRAY);
261 glDisableClientState(GL_COLOR_ARRAY);
H A Drender2swap.c339 case GL_COLOR_ARRAY:
340 glEnableClientState(GL_COLOR_ARRAY);
383 glDisableClientState(GL_COLOR_ARRAY);

Completed in 11 milliseconds

123