Home
last modified time | relevance | path

Searched refs:glColor4xOES (Results 1 – 11 of 11) 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.cpp188 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.cpp8552 this->glColor4xOES = &glColor4xOES_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp332 glColor4xOES = glColor4x; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in188 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);