Searched refs:EmulatedEglImage (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglImage.cpp | 27 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()
|
D | EmulatedEglImage.h | 31 class EmulatedEglImage { 33 static std::unique_ptr<EmulatedEglImage> create(EGLDisplay display, 38 ~EmulatedEglImage(); 45 EmulatedEglImage(HandleType handle, 54 typedef std::shared_ptr<EmulatedEglImage> EmulatedEglImagePtr;
|
D | Android.bp | 24 "EmulatedEglImage.cpp",
|
D | meson.build | 31 'EmulatedEglImage.cpp',
|
D | CMakeLists.txt | 24 EmulatedEglImage.cpp
|
D | EmulationGl.h | 128 std::unique_ptr<EmulatedEglImage> createEmulatedEglImage(
|
D | EmulationGl.cpp | 682 std::unique_ptr<EmulatedEglImage> EmulationGl::createEmulatedEglImage( in createEmulatedEglImage() 687 return EmulatedEglImage::create(mEglDisplay, eglContext, target, buffer); in createEmulatedEglImage()
|
D | BUILD.bazel | 265 "EmulatedEglImage.cpp",
|