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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h64 glColor4x_client_proc_t glColor4x; member in struct:gl_client_context_t
H A Dgl_entry.cpp59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
613 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) function
616 ctx->glColor4x(ctx, red, green, blue, alpha);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) function
318 getDispatch()->glColor4x(red, green, blue, alpha);
H A Dgles_dispatch.h75 glColor4x_t glColor4x; member in struct:gles_dispatch
347 glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return retval;}

Completed in 22 milliseconds