Home
last modified time | relevance | path

Searched refs:glColor4xOES (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h182 {"glColor4xOES", (void *)glColor4xOES},
Dgles_dispatch.h185 glColor4xOES_t glColor4xOES; member
457 …t set_glColor4xOES(glColor4xOES_t f) { glColor4xOES_t retval = glColor4xOES; glColor4xOES = f; ret… in set_glColor4xOES()
Dgles.cpp866 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/
Dgl_ftable.h173 {"glColor4xOES", (void*)glColor4xOES},
Dgl_client_context.h193 glColor4xOES_client_proc_t glColor4xOES; member
Dgl_client_context.cpp193 glColor4xOES = (glColor4xOES_client_proc_t) getProc("glColor4xOES", userData); in initDispatchByName()
Dgl_entry.cpp189 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()
Dgl_enc.cpp8351 this->glColor4xOES = &glColor4xOES_enc; in gl_encoder_context_t()