/device/generic/goldfish-opengl/system/GLESv1/ |
D | gl.cpp | 174 ctx->glGetString = &my_glGetString; in init()
|
/device/generic/goldfish-opengl/system/GLESv2/ |
D | gl2.cpp | 177 ctx->glGetString = &my_glGetString; in init()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 108 {"glGetString", (void *)glGetString},
|
D | gles_dispatch.h | 111 glGetString_t glGetString; member 383 …ing_t set_glGetString(glGetString_t f) { glGetString_t retval = glGetString; glGetString = f; retu… in set_glGetString()
|
D | gles.cpp | 496 const GLubyte* glGetString(GLenum name) in glGetString() function 498 return getDispatch()->glGetString(name); in glGetString()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 98 {"glGetString", (void*)glGetString},
|
D | gl_client_context.h | 100 glGetString_client_proc_t glGetString; member
|
D | gl_client_context.cpp | 100 glGetString = (glGetString_client_proc_t) getProc("glGetString", userData); in initDispatchByName()
|
D | gl_entry.cpp | 95 const GLubyte* glGetString(GLenum name); 835 const GLubyte* glGetString(GLenum name) in glGetString() function 838 return ctx->glGetString(ctx, name); in glGetString()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 158 glGetString;
|
D | gles3.lds | 210 glGetString;
|
D | gles1_wrapper_context.h | 100 glGetString_wrapper_proc_t glGetString; member
|
D | gles3_wrapper_context.h | 84 glGetString_wrapper_proc_t glGetString; member
|
D | gles1_wrapper_context.cpp | 100 glGetString = (glGetString_wrapper_proc_t) getProc("glGetString", userData); in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 84 glGetString = (glGetString_wrapper_proc_t) getProc("glGetString", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 95 const GLubyte* glGetString(GLenum name); 829 const GLubyte* glGetString(GLenum name) in glGetString() function 832 return ctx->glGetString( name); in glGetString()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 82 {"glGetString", (void*)glGetString},
|
D | gl2_client_context.h | 84 glGetString_client_proc_t glGetString; member
|
D | gl2_client_context.cpp | 84 glGetString = (glGetString_client_proc_t) getProc("glGetString", userData); in initDispatchByName()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 263 str = reinterpret_cast<const char*>(s_gles1.glGetString(name)); in rcGetGLString() 266 str = reinterpret_cast<const char*>(s_gles3.glGetString(name)); in rcGetGLString()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 97 glGetString
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 96 GL1constubyteptr glGetString(GLenum name);
|
D | gles2_core.entries | 76 const GLubyte *glGetString(GLenum name);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
|