Home
last modified time | relevance | path

Searched refs:GLconstubyteptr (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries8 %typedef const GLubyte* GLconstubyteptr;
50 GLconstubyteptr glGetString(GLenum name);
Dgles_common.entries7 %typedef const GLubyte* GLconstubyteptr;
49 GLconstubyteptr glGetString(GLenum name);
Dgles_common_for_gles2.entries8 %typedef const GLubyte* GLconstubyteptr;
50 GLconstubyteptr glGetString(GLenum name);
Dgles3_only.entries10 GLconstubyteptr glGetStringi(GLenum name, GLint index);
Dgles_common_dispatch_logging_wrappers.impl204 GLconstubyteptr glGetString_dispatchLoggingWrapper(GLenum name) {
Dgles3_only_dispatch_logging_wrappers.impl4 GLconstubyteptr glGetStringi_dispatchLoggingWrapper(GLenum name, GLint index) {
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h8 typedef const GLubyte* GLconstubyteptr; typedef
51 GL_APICALL GLconstubyteptr GL_APIENTRY glGetString(GLenum name);
Dgles_common_for_gles2_static_translator_namespaced_header.h8 typedef const GLubyte* GLconstubyteptr; typedef
51 GL_APICALL GLconstubyteptr GL_APIENTRY glGetString(GLenum name);
Dgles_common_functions.h9 typedef const GLubyte* GLconstubyteptr; typedef
51 X(GLconstubyteptr, glGetString, (GLenum name), (name)) \
Dgles3_only_static_translator_namespaced_header.h10 GL_APICALL GLconstubyteptr GL_APIENTRY glGetStringi(GLenum name, GLint index);
Dgles3_only_functions.h10 X(GLconstubyteptr, glGetStringi, (GLenum name, GLint index), (name, index)) \
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h25 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/
DGLESv30Imp.cpp1 EXTERN_PART GL_APICALL GLconstubyteptr GL_APIENTRY glGetStringi(GLenum name, GLint index) { in glGetStringi()
3 GLconstubyteptr glGetStringiRET = ctx->dispatcher().glGetStringi(name, index); in glGetStringi()