Searched refs:glColor4x (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 72 {"glColor4x", (void *)glColor4x},
|
D | gles_dispatch.h | 75 glColor4x_t glColor4x; member 347 …glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return r… in set_glColor4x()
|
D | gles.cpp | 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 318 getDispatch()->glColor4x(red, green, blue, alpha); in glColor4x()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 62 {"glColor4x", (void*)glColor4x},
|
D | gl_client_context.h | 64 glColor4x_client_proc_t glColor4x; member
|
D | gl_client_context.cpp | 64 glColor4x = (glColor4x_client_proc_t) getProc("glColor4x", userData); in initDispatchByName()
|
D | gl_entry.cpp | 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 615 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 618 ctx->glColor4x(ctx, red, green, blue, alpha); in glColor4x()
|
D | gl_enc.cpp | 8222 this->glColor4x = &glColor4x_enc; in gl_encoder_context_t()
|