OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_glExtensions
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
196
static std::string*
s_glExtensions
;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
88
std::string* GLEScontext::
s_glExtensions
= NULL;
135
if (!
s_glExtensions
) {
137
s_glExtensions
= new std::string("");
480
if (
s_glExtensions
)
481
ret =
s_glExtensions
->c_str();
Completed in 47 milliseconds