Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp259 EGLSurface protectedDummy = EGL_NO_SURFACE; in create() local
261 protectedDummy = createDummyEglPbufferSurface(display, config, args.pixelFormat, in create()
263 ALOGE_IF(protectedDummy == EGL_NO_SURFACE, "can't create protected dummy pbuffer"); in create()
282 protectedContext, protectedDummy); in create()
338 EGLContext protectedContext, EGLSurface protectedDummy) in GLESRenderEngine() argument
345 mProtectedDummySurface(protectedDummy), in GLESRenderEngine()
DGLESRenderEngine.h57 EGLSurface protectedDummy);