Searched refs:glColor4xOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/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 | 188 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 | 9110 this->glColor4xOES = &glColor4xOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 197 glColor4xOES_server_proc_t glColor4xOES; member
|
D | gles1_server_context.cpp | 193 glColor4xOES = (glColor4xOES_server_proc_t) getProc("glColor4xOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3706 this->glColor4xOES(var_red, var_green, var_blue, var_alpha); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 567 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 51 void glColor4xOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 188 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 199 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 675 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 53 …X(void, glColor4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5219 GLAPI void APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|