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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h15 {"glColor4f", (void*)glColor4f},
H A Dgl_client_context.h17 glColor4f_client_proc_t glColor4f; member in struct:gl_client_context_t
H A Dgl_client_context.cpp17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData);
H A Dgl_entry.cpp12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
331 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function
334 ctx->glColor4f(ctx, red, green, blue, alpha);
H A Dgl_enc.cpp8290 this->glColor4f = &glColor4f_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h24 {"glColor4f", (void *)glColor4f},
H A Dgles_dispatch.h27 glColor4f_t glColor4f; member in struct:gles_dispatch
299 glColor4f_t set_glColor4f(glColor4f_t f) { glColor4f_t retval = glColor4f; glColor4f = f; return retval;}
H A Dgles.cpp76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) function
78 getDispatch()->glColor4f(red, green, blue, alpha);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);

Completed in 54 milliseconds