Home
last modified time | relevance | path

Searched refs:createDummyEglPbufferSurface (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h143 static EGLSurface createDummyEglPbufferSurface(EGLDisplay display, EGLConfig config,
DGLESRenderEngine.cpp266 dummy = createDummyEglPbufferSurface(display, config, hwcFormat, Protection::UNPROTECTED); in create()
277 createDummyEglPbufferSurface(display, config, hwcFormat, Protection::PROTECTED); in create()
1380 EGLSurface GLESRenderEngine::createDummyEglPbufferSurface(EGLDisplay display, EGLConfig config, in createDummyEglPbufferSurface() function in android::renderengine::gl::GLESRenderEngine