Searched refs:glColor4x (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h62 {"glColor4x", (void*)glColor4x},
H A Dgl_client_context.h64 glColor4x_client_proc_t glColor4x; member in struct:gl_client_context_t
H A Dgl_client_context.cpp64 glColor4x = (glColor4x_client_proc_t) getProc("glColor4x", userData);
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);
H A Dgl_enc.cpp8337 this->glColor4x = &glColor4x_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h72 {"glColor4x", (void *)glColor4x},
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;}
H A Dgles.cpp316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) function
318 getDispatch()->glColor4x(red, green, blue, alpha);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);

Completed in 48 milliseconds