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

  /external/mesa3d/src/egl/
egl-symbols-check 23 eglCreatePlatformPixmapSurface
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl 16 { "eglCreatePlatformPixmapSurface", (deFunctionPtr)eglCreatePlatformPixmapSurface },
eglwApi.inl 18 #define eglCreatePlatformPixmapSurface eglwCreatePlatformPixmapSurface
  /external/mesa3d/src/egl/main/
eglentrypoint.h 19 EGL_ENTRYPOINT(eglCreatePlatformPixmapSurface)
eglapi.c 1010 * [Like eglCreatePlatformWindowSurface,] eglCreatePlatformPixmapSurface
1065 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config,
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
EGL15Test.java 315 EGLSurface surface = EGL15.eglCreatePlatformPixmapSurface(mEglDisplay,
321 throw new RuntimeException("eglCreatePlatformPixmapSurface is not supported on Android,"
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 18 eglw::EGLSurface eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list);
egluCallLogWrapper.inl 132 eglw::EGLSurface CallLogWrapper::eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list)
135 m_log << TestLog::Message << "eglCreatePlatformPixmapSurface(" << dpy << ", " << toHex(config) << ", " << native_pixmap << ", " << attrib_list << ");" << TestLog::EndMessage;
  /external/mesa3d/include/EGL/
egl.h 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
  /external/swiftshader/include/EGL/
egl.h 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 600 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list)
libEGL.cpp     [all...]

Completed in 98 milliseconds