Lines Matching refs:Array
133 #pragma mark Array fetchers
434 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable)
438 switch (array) {
667 // batch is culled. We also need 2 extra vertices in the array, because
948 #pragma mark Array compilers
1091 // is not spcified in the vertex array).
1236 #pragma mark array API
1325 void glEnableClientState(GLenum array) {
1327 enableDisableClientState(c, array, true);
1330 void glDisableClientState(GLenum array) {
1332 enableDisableClientState(c, array, false);