HomeSort by relevance Sort by last modified time
    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) {
  /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;}
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 1004 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname)
  /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 521 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 899 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
901 // eglGetProcAddress() could be the very first function called
927 * Since eglGetProcAddress() is not associated to anything, it needs
937 * implementations and call eglGetProcAddress() and record the
948 "no more slots for eglGetProcAddress(\"%s\")",
959 if (cnx->dso && cnx->egl.eglGetProcAddress) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 751 // 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 523 milliseconds