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

  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 63 __eglMustCastToProperFunctionPointerType (*eglGetProcAddress)(const char*);
main.cpp 566 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname)
609 this->eglGetProcAddress = egl::GetProcAddress;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 211 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
221 // 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/mesa3d/src/egl/main/
eglapi.c     [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 868 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 516 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress(const char *procname)
518 return libEGL->eglGetProcAddress(procname);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 595 eglGetProcAddress(565, 2024),
    [all...]

Completed in 754 milliseconds