Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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.cpp9110 this->glColor4xOES = &glColor4xOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h197 glColor4xOES_server_proc_t glColor4xOES; member
Dgles1_server_context.cpp193 glColor4xOES = (glColor4xOES_server_proc_t) getProc("glColor4xOES", userData); in initDispatchByName()
Dgles1_dec.cpp3706 this->glColor4xOES(var_red, var_green, var_blue, var_alpha); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h567 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries51 void glColor4xOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in188 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h199 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h675 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h53 …X(void, glColor4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5219 GLAPI void APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);