Searched defs:glColor4xOES (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h193 glColor4xOES_client_proc_t glColor4xOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp188 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
1391 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) function
1394 ctx->glColor4xOES(ctx, red, green, blue, alpha);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp866 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) function
868 getDispatch()->glColor4xOES(red, green, blue, alpha);
H A Dgles_dispatch.h185 glColor4xOES_t glColor4xOES; member in struct:gles_dispatch
457 glColor4xOES_t set_glColor4xOES(glColor4xOES_t f) { glColor4xOES_t retval = glColor4xOES; glColor4xOES = f; return retval;}

Completed in 33 milliseconds