HomeSort by relevance Sort by last modified time
    Searched refs:eglGetProcAddress_t (Results 1 - 9 of 9) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 55 eglGetProcAddress_t eglGetProcAddress;
EGLDispatch.cpp 69 s_egl.eglGetProcAddress = (eglGetProcAddress_t) lib->findSymbol("eglGetProcAddress");
egl_proc.h 56 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRY *eglGetProcAddress_t) (const char*);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 55 eglGetProcAddress_t eglGetProcAddress;
100 eglGetProcAddress_t set_eglGetProcAddress(eglGetProcAddress_t f) { eglGetProcAddress_t retval = eglGetProcAddress; eglGetProcAddress = f; return retval;}
egl_proc.h 56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
egl_dispatch.cpp 58 ptr = dlsym(gles_android,"eglGetProcAddress"); disp->set_eglGetProcAddress((eglGetProcAddress_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 55 eglGetProcAddress_t eglGetProcAddress;
100 eglGetProcAddress_t set_eglGetProcAddress(eglGetProcAddress_t f) { eglGetProcAddress_t retval = eglGetProcAddress; eglGetProcAddress = f; return retval;}
egl_proc.h 56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
egl_dispatch.cpp 64 ptr = dlsym(libEGL,"eglGetProcAddress"); disp->set_eglGetProcAddress((eglGetProcAddress_t)ptr);

Completed in 53 milliseconds