OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLString
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/OpenglSystemCommon/
EGLClientIface.h
8
const char* (*
getGLString
)(int glEnum);
/development/tools/emulator/opengl/system/GLESv1/
gl.cpp
95
return (const GLubyte*)s_egl->
getGLString
(name);
/development/tools/emulator/opengl/system/GLESv2/
gl2.cpp
95
return (const GLubyte*)s_egl->
getGLString
(name);
/development/tools/emulator/opengl/system/egl/
egl.cpp
442
static const char *
getGLString
(int glEnum)
511
getGLString
:
getGLString
[
all
...]
Completed in 2780 milliseconds