Home
last modified time | relevance | path

Searched refs:glGetString (Results 1 – 25 of 28) sorted by relevance

12

/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp177 ctx->glGetString = &my_glGetString; in init()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp174 ctx->glGetString = &my_glGetString; in init()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h108 {"glGetString", (void *)glGetString},
Dgles_dispatch.h111 glGetString_t glGetString; member
383 …ing_t set_glGetString(glGetString_t f) { glGetString_t retval = glGetString; glGetString = f; retu… in set_glGetString()
Dgles.cpp496 const GLubyte* glGetString(GLenum name) in glGetString() function
498 return getDispatch()->glGetString(name); in glGetString()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h98 {"glGetString", (void*)glGetString},
Dgl_client_context.h100 glGetString_client_proc_t glGetString; member
Dgl_client_context.cpp100 glGetString = (glGetString_client_proc_t) getProc("glGetString", userData); in initDispatchByName()
Dgl_entry.cpp95 const GLubyte* glGetString(GLenum name);
835 const GLubyte* glGetString(GLenum name) in glGetString() function
838 return ctx->glGetString(ctx, name); in glGetString()
DGLEncoder.cpp1063 this->glGetString = s_glGetString; in GLEncoder()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h82 {"glGetString", (void*)glGetString},
Dgl2_client_context.h84 glGetString_client_proc_t glGetString; member
Dgl2_client_context.cpp84 glGetString = (glGetString_client_proc_t) getProc("glGetString", userData); in initDispatchByName()
Dgl2_entry.cpp79 const GLubyte* glGetString(GLenum name);
883 const GLubyte* glGetString(GLenum name) in glGetString() function
886 return ctx->glGetString(ctx, name); in glGetString()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp263 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/
Dgles1.attrib97 glGetString
Dgles1.in88 GL_ENTRY(const GLubyte *, glGetString, GLenum name)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries96 GL1constubyteptr glGetString(GLenum name);
Dgles2_core.entries76 const GLubyte *glGetString(GLenum name);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib164 glGetString
Dgles3.in72 GL_ENTRY(const GLubyte*, glGetString, GLenum name)
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
Dgl31.h448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);

12