OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getProcAddress
(Results
1 - 9
of
9
) sorted by null
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h
28
void* (*
getProcAddress
)(const char *funcName);
/frameworks/native/opengl/libs/EGL/
Loader.h
55
getProcAddressType
getProcAddress
;
71
getProcAddressType
getProcAddress
);
/device/generic/goldfish/opengl/system/GLESv1/
gl.cpp
98
void *
getProcAddress
(const char * procname)
137
s_gl->
getProcAddress
=
getProcAddress
;
/device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp
95
void *
getProcAddress
(const char * procname)
134
s_gl->
getProcAddress
=
getProcAddress
;
/device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp
68
(FUNC_TYPE(fname))iface->
getProcAddress
(#fname);
147
void*
getProcAddress
(const char *fname)
/sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp
70
(FUNC_TYPE(fname))iface->
getProcAddress
(#fname);
149
__translatorMustCastToProperFunctionPointerType
getProcAddress
(const char *fname)
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h
89
__translatorMustCastToProperFunctionPointerType (*
getProcAddress
)(const char*);
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
43
static __translatorMustCastToProperFunctionPointerType
getProcAddress
(const char* procName);
61
getProcAddress
:
getProcAddress
90
static __translatorMustCastToProperFunctionPointerType
getProcAddress
(const char* procName) {
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
46
static __translatorMustCastToProperFunctionPointerType
getProcAddress
(const char* procName);
64
getProcAddress
:
getProcAddress
93
static __translatorMustCastToProperFunctionPointerType
getProcAddress
(const char* procName) {
[
all
...]
Completed in 756 milliseconds