Searched refs:glColor4xOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 182 {"glColor4xOES", (void *)glColor4xOES},
|
D | gles_dispatch.h | 185 glColor4xOES_t glColor4xOES; member 457 …t set_glColor4xOES(glColor4xOES_t f) { glColor4xOES_t retval = glColor4xOES; glColor4xOES = f; ret… in set_glColor4xOES()
|
D | gles.cpp | 866 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES() function 868 getDispatch()->glColor4xOES(red, green, blue, alpha); in glColor4xOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 173 {"glColor4xOES", (void*)glColor4xOES},
|
D | gl_client_context.h | 193 glColor4xOES_client_proc_t glColor4xOES; member
|
D | gl_client_context.cpp | 193 glColor4xOES = (glColor4xOES_client_proc_t) getProc("glColor4xOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 189 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 1393 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES() function 1396 ctx->glColor4xOES(ctx, red, green, blue, alpha); in glColor4xOES()
|
D | gl_enc.cpp | 8351 this->glColor4xOES = &glColor4xOES_enc; in gl_encoder_context_t()
|