HomeSort by relevance Sort by last modified time
    Searched defs:eglGetProcAddress (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 1081 __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;}
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 520 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 790 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
792 // eglGetProcAddress() could be the very first function called
818 * Since eglGetProcAddress() is not associated to anything, it needs
828 * implementations and call eglGetProcAddress() and record the
839 "no more slots for eglGetProcAddress(\"%s\")",
850 if (cnx->dso && cnx->egl.eglGetProcAddress) {
859 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 491 eglGetProcAddress(461, 2024),
    [all...]

Completed in 71 milliseconds