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

  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 517 class EGLImage : public Object
520 EGLImage (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync);
521 virtual ~EGLImage (void) {}
533 void addImage (SharedPtr<EGLImage> image) { m_images.push_back(image); }
537 SharedPtr<EGLImage> popImage (int index);
546 std::vector<SharedPtr<EGLImage> > m_images;
563 SharedPtr<EGLImage> EGLResourceManager::popImage (int index)
565 SharedPtr<EGLImage> image = m_images[index];
860 EGLImage::EGLImage (SharedPtr<tcu::ThreadUtil::Event> event, SharedPtr<FenceSync> sync
    [all...]
  /external/mesa3d/include/EGL/
egl.h 243 typedef void *EGLImage;
286 #define EGL_NO_IMAGE ((EGLImage)0)
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
  /external/swiftshader/include/EGL/
egl.h 243 typedef void *EGLImage;
286 #define EGL_NO_IMAGE EGL_CAST(EGLImage,0)
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);

Completed in 942 milliseconds