Searched defs:createSurface (Results 1 – 10 of 10) sorted by relevance
72 void TestContext::createSurface() { in createSurface() function in android::uirenderer::test::TestContext
49 status_t createSurface(const String8& name, uint32_t width, uint32_t height, PixelFormat format, in createSurface() function in android::BpSurfaceComposerClient
258 sp<Surface> SurfaceControl::createSurface() const in createSurface() function in android::SurfaceControl
666 sp<SurfaceControl> SurfaceComposerClient::createSurface( in createSurface() function in android::SurfaceComposerClient
213 EGLSurface EglManager::createSurface(EGLNativeWindowType window) { in createSurface() function in android::uirenderer::renderthread::EglManager
519 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window) { in createSurface() function in android::uirenderer::renderthread::VulkanManager
192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper
134 status_t Client::createSurface( in createSurface() function in android::Client
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) { in createSurface() method in RenderTarget
1078 public boolean createSurface() { in createSurface() method in GLSurfaceView.EglHelper