OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eglGetProcAddress
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc
399
/* Now, define
eglGetProcAddress
using the generic function ptr. type */
401
eglGetProcAddress
(const char* procname) {
/external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp
1162
__eglMustCastToProperFunctionPointerType __stdcall
eglGetProcAddress
(const char *procname)
/sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
55
eglGetProcAddress_t
eglGetProcAddress
;
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp
51
__eglMustCastToProperFunctionPointerType
eglGetProcAddress
(const char *procname)
59
return getDispatch()->
eglGetProcAddress
(procname);
egl_dispatch.h
55
eglGetProcAddress_t
eglGetProcAddress
;
100
eglGetProcAddress_t set_eglGetProcAddress(eglGetProcAddress_t f) { eglGetProcAddress_t retval =
eglGetProcAddress
;
eglGetProcAddress
= f; return retval;}
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp
247
__eglMustCastToProperFunctionPointerType
eglGetProcAddress
(const char *procname)
257
// we do not support
eglGetProcAddress
for GLESv1 & GLESv2. The loader
egl_dispatch.h
55
eglGetProcAddress_t
eglGetProcAddress
;
100
eglGetProcAddress_t set_eglGetProcAddress(eglGetProcAddress_t f) { eglGetProcAddress_t retval =
eglGetProcAddress
;
eglGetProcAddress
= f; return retval;}
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c
861
eglGetProcAddress
(const char *procname)
888
{ "
eglGetProcAddress
", (_EGLProc)
eglGetProcAddress
},
[
all
...]
/external/mesa3d/src/egl/main/
eglapi.c
861
eglGetProcAddress
(const char *procname)
888
{ "
eglGetProcAddress
", (_EGLProc)
eglGetProcAddress
},
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
520
__eglMustCastToProperFunctionPointerType
eglGetProcAddress
(const char *procname)
[
all
...]
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
894
__eglMustCastToProperFunctionPointerType
eglGetProcAddress
(const char *procname)
896
//
eglGetProcAddress
() could be the very first function called
922
* Since
eglGetProcAddress
() is not associated to anything, it needs
932
* implementations and call
eglGetProcAddress
() and record the
943
"no more slots for
eglGetProcAddress
(\"%s\")",
954
if (cnx->dso && cnx->egl.
eglGetProcAddress
) {
963
cnx->egl.
eglGetProcAddress
(procname);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
750
//
eglGetProcAddress
for the context's GLES version if not
[
all
...]
/frameworks/native/opengl/libagl/
egl.cpp
[
all
...]
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp
[
all
...]
gltrace.pb.h
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java
595
eglGetProcAddress
(565, 2024),
[
all
...]
Completed in 340 milliseconds