Home
last modified time | relevance | path

Searched refs:EmulatedEglImage (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglImage.cpp27 std::unique_ptr<EmulatedEglImage> EmulatedEglImage::create(EGLDisplay display, in create()
43 return std::unique_ptr<EmulatedEglImage>(new EmulatedEglImage(handle, display, image)); in create()
46 EmulatedEglImage::EmulatedEglImage(HandleType handle, in EmulatedEglImage() function in gfxstream::gl::EmulatedEglImage
53 EmulatedEglImage::~EmulatedEglImage() { in ~EmulatedEglImage()
57 EGLBoolean EmulatedEglImage::destroy() { in destroy()
DEmulatedEglImage.h31 class EmulatedEglImage {
33 static std::unique_ptr<EmulatedEglImage> create(EGLDisplay display,
38 ~EmulatedEglImage();
45 EmulatedEglImage(HandleType handle,
54 typedef std::shared_ptr<EmulatedEglImage> EmulatedEglImagePtr;
DAndroid.bp24 "EmulatedEglImage.cpp",
Dmeson.build31 'EmulatedEglImage.cpp',
DCMakeLists.txt24 EmulatedEglImage.cpp
DEmulationGl.h128 std::unique_ptr<EmulatedEglImage> createEmulatedEglImage(
DEmulationGl.cpp682 std::unique_ptr<EmulatedEglImage> EmulationGl::createEmulatedEglImage( in createEmulatedEglImage()
687 return EmulatedEglImage::create(mEglDisplay, eglContext, target, buffer); in createEmulatedEglImage()
DBUILD.bazel265 "EmulatedEglImage.cpp",