OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_getProc
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/tests/gles_android_wrapper/
ApiInitializer.h
27
static void *
s_getProc
(const char *name, void *userData) {
/sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp
34
void *GL2Decoder::
s_getProc
(const char *name, void *userData)
65
this->initDispatchByName(
s_getProc
, this);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
52
this->initDispatchByName(
s_getProc
, this);
222
void *GLDecoder::
s_getProc
(const char *name, void *userData)
Completed in 172 milliseconds