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

  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 71 PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT = reinterpret_cast<PFNEGLGETPLATFORMDISPLAYEXTPROC>(eglGetProcAddress("eglGetPlatformDisplayEXT"));
72 if (!eglGetPlatformDisplayEXT)
83 mDisplay = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, osWindow->getNativeDisplay(), displayAttributes);
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 105 EGLDisplay __stdcall eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list)
1018 { "eglGetPlatformDisplayEXT", (__eglMustCastToProperFunctionPointerType)eglGetPlatformDisplayEXT },

Completed in 108 milliseconds