Searched refs:glColor4d (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 95 GL_APICALL void GL_APIENTRY glColor4d(GLdouble, GLdouble, GLdouble, GLdouble) { return; } in glColor4d() function
|
D | gles1_only.entries | 10 void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
D | gles1_stubbed_in_translator_namespace.entries | 94 void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
D | gles1_only_dispatch_logging_wrappers.impl | 25 DISPATCH_DEBUG_LOG("glColor4d(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 12 GL_APICALL void GL_APIENTRY glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
D | gles1_only_functions.h | 12 …X(void, glColor4d, (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha), (red, green, blu…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 104 …X(void, glColor4d, (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha), (red, green, blu…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 991 GLAPI void GLAPIENTRY glColor4d( GLdouble red, GLdouble green,
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1029 GLAPI void GLAPIENTRY glColor4d( GLdouble red, GLdouble green,
|
D | gl_mangle.h | 200 #define glColor4d MANGLE(Color4d) macro
|