Searched defs:set_glColorPointer (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.h356 virtual glColorPointer_client_proc_t set_glColorPointer(glColorPointer_client_proc_t f) { glColorPointer_client_proc_t retval = glColorPointer; glColorPointer = f; return retval;} function in struct:gl_client_context_t
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.h349 glColorPointer_t set_glColorPointer(glColorPointer_t f) { glColorPointer_t retval = glColorPointer; glColorPointer = f; return retval;} function in struct:gles_dispatch

Completed in 13 milliseconds