/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 72 {"glColor4x", (void *)glColor4x},
|
D | gles_dispatch.h | 75 glColor4x_t glColor4x; member 347 …glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return r… in set_glColor4x()
|
D | gles.cpp | 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 318 getDispatch()->glColor4x(red, green, blue, alpha); in glColor4x()
|
/device/generic/goldfish-opengl/system/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 | 8423 this->glColor4x = &glColor4x_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 54 glColor4x;
|
D | gles1_wrapper_context.h | 64 glColor4x_wrapper_proc_t glColor4x; member
|
D | gles1_wrapper_context.cpp | 64 glColor4x = (glColor4x_wrapper_proc_t) getProc("glColor4x", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 613 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function 616 ctx->glColor4x( red, green, blue, alpha); in glColor4x()
|
D | gles1.in | 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 332 glColor4xOES = glColor4x; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|