HomeSort by relevance Sort by last modified time
    Searched defs:eglGetProcAddress (Results 1 - 14 of 14) 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;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 639 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
641 // eglGetProcAddress() could be the very first function called
669 * Since eglGetProcAddress() is not associated to anything, it needs
679 * implementations and call eglGetProcAddress() and record the
690 "no more slots for eglGetProcAddress(\"%s\")",
701 if (cnx->dso && cnx->egl.eglGetProcAddress) {
710 cnx->egl.eglGetProcAddress(procname);
    [all...]
  /sdk/emulator/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;}
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 750 // eglGetProcAddress for the context's GLES version if not
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 522 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 197 eglGetProcAddress(166, 166),
396 case 166: return eglGetProcAddress;
    [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 1102 milliseconds