Home
last modified time | relevance | path

Searched refs:glColor4x (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h62 {"glColor4x", (void*)glColor4x},
Dgl_client_context.h64 glColor4x_client_proc_t glColor4x; member
Dgl_client_context.cpp64 glColor4x = (glColor4x_client_proc_t) getProc("glColor4x", userData); in initDispatchByName()
Dgl_entry.cpp59 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()
Dgl_enc.cpp8981 this->glColor4x = &glColor4x_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h64 glColor4x_server_proc_t glColor4x; member
Dgles1_server_context.cpp64 glColor4x = (glColor4x_server_proc_t) getProc("glColor4x", userData); in initDispatchByName()
Dgles1_dec.cpp1071 this->glColor4x(var_red, var_green, var_blue, var_alpha); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries73 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
Dgles1_only_dispatch_logging_wrappers.impl340 DISPATCH_DEBUG_LOG("glColor4x(red:%d, green:%d, blue:%d, alpha:%d)", red, green, blue, alpha);
Dgles12tr_internal.entries50 void glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h75 GL_APICALL void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
Dgles1_only_functions.h75 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
Dgles12tr_internal.h52 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h437 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/include/GLES/
Dgl.h647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h168 …X(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, a…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp633 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x() function