Searched defs:glGetString (Results 1 - 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java295 public String glGetString(int name) { method in class:MatrixTrackingGL
296 String result = mgl.glGetString(name);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_entry.cpp96 const GLubyte* glGetString(GLenum name);
835 const GLubyte* glGetString(GLenum name) function
838 return ctx->glGetString(ctx, name);
H A Dgl_client_context.h98 glGetString_client_proc_t glGetString; member in struct:gl_client_context_t
390 virtual glGetString_client_proc_t set_glGetString(glGetString_client_proc_t f) { glGetString_client_proc_t retval = glGetString; glGetString = f; return retval;}
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h82 glGetString_client_proc_t glGetString; member in struct:gl2_client_context_t
291 virtual glGetString_client_proc_t set_glGetString(glGetString_client_proc_t f) { glGetString_client_proc_t retval = glGetString; glGetString = f; return retval;}
H A Dgl2_entry.cpp80 const GLubyte* glGetString(GLenum name);
660 const GLubyte* glGetString(GLenum name) function
663 return ctx->glGetString(ctx, name);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles.cpp496 const GLubyte* glGetString(GLenum name) function
498 return getDispatch()->glGetString(name);
H A Dgles_dispatch.h111 glGetString_t glGetString; member in struct:gles_dispatch
383 glGetString_t set_glGetString(glGetString_t f) { glGetString_t retval = glGetString; glGetString = f; return retval;}

Completed in 38 milliseconds