/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 62 {"glColor4x", (void*)glColor4x},
|
D | gl_client_context.h | 64 glColor4x_client_proc_t glColor4x; member
|
D | gl_client_context.cpp | 64 glColor4x = (glColor4x_client_proc_t) getProc("glColor4x", userData); in initDispatchByName()
|
D | gl_entry.cpp | 59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 615 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 618 ctx->glColor4x(ctx, red, green, blue, alpha); in glColor4x()
|
D | gl_enc.cpp | 8981 this->glColor4x = &glColor4x_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 64 glColor4x_server_proc_t glColor4x; member
|
D | gles1_server_context.cpp | 64 glColor4x = (glColor4x_server_proc_t) getProc("glColor4x", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 1071 this->glColor4x(var_red, var_green, var_blue, var_alpha); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 73 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
D | gles1_only_dispatch_logging_wrappers.impl | 340 DISPATCH_DEBUG_LOG("glColor4x(red:%d, green:%d, blue:%d, alpha:%d)", red, green, blue, alpha);
|
D | gles12tr_internal.entries | 50 void glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 75 GL_APICALL void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
D | gles1_only_functions.h | 75 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
|
D | gles12tr_internal.h | 52 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 437 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 168 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 633 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x() function
|