Searched refs:GLconstubyteptr (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 8 %typedef const GLubyte* GLconstubyteptr; 50 GLconstubyteptr glGetString(GLenum name);
|
D | gles_common.entries | 7 %typedef const GLubyte* GLconstubyteptr; 49 GLconstubyteptr glGetString(GLenum name);
|
D | gles_common_for_gles2.entries | 8 %typedef const GLubyte* GLconstubyteptr; 50 GLconstubyteptr glGetString(GLenum name);
|
D | gles3_only.entries | 10 GLconstubyteptr glGetStringi(GLenum name, GLint index);
|
D | gles_common_dispatch_logging_wrappers.impl | 204 GLconstubyteptr glGetString_dispatchLoggingWrapper(GLenum name) {
|
D | gles3_only_dispatch_logging_wrappers.impl | 4 GLconstubyteptr glGetStringi_dispatchLoggingWrapper(GLenum name, GLint index) {
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 8 typedef const GLubyte* GLconstubyteptr; typedef 51 GL_APICALL GLconstubyteptr GL_APIENTRY glGetString(GLenum name);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 8 typedef const GLubyte* GLconstubyteptr; typedef 51 GL_APICALL GLconstubyteptr GL_APIENTRY glGetString(GLenum name);
|
D | gles_common_functions.h | 9 typedef const GLubyte* GLconstubyteptr; typedef 51 X(GLconstubyteptr, glGetString, (GLenum name), (name)) \
|
D | gles3_only_static_translator_namespaced_header.h | 10 GL_APICALL GLconstubyteptr GL_APIENTRY glGetStringi(GLenum name, GLint index);
|
D | gles3_only_functions.h | 10 X(GLconstubyteptr, glGetStringi, (GLenum name, GLint index), (name, index)) \
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 25 typedef const GLubyte* GLconstubyteptr; typedef 67 X(GLconstubyteptr, glGetString, (GLenum name), (name)) \ 286 X(GLconstubyteptr, glGetStringi, (GLenum name, GLint index), (name, index)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1 EXTERN_PART GL_APICALL GLconstubyteptr GL_APIENTRY glGetStringi(GLenum name, GLint index) { in glGetStringi() 3 GLconstubyteptr glGetStringiRET = ctx->dispatcher().glGetStringi(name, index); in glGetStringi()
|