Lines Matching refs:Array
133 #pragma mark Array fetchers
430 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable)
434 switch (array) {
663 // batch is culled. We also need 2 extra vertices in the array, because
944 #pragma mark Array compilers
1087 // is not spcified in the vertex array).
1232 #pragma mark array API
1321 void glEnableClientState(GLenum array) {
1323 enableDisableClientState(c, array, true);
1326 void glDisableClientState(GLenum array) {
1328 enableDisableClientState(c, array, false);