Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp275 EGLSurface protectedDummy = EGL_NO_SURFACE; in create() local
277 protectedDummy = in create()
279 ALOGE_IF(protectedDummy == EGL_NO_SURFACE, "can't create protected dummy pbuffer"); in create()
295 protectedContext, protectedDummy, in create()
352 EGLSurface protectedDummy, uint32_t imageCacheSize) in GLESRenderEngine() argument
359 mProtectedDummySurface(protectedDummy), in GLESRenderEngine()
DGLESRenderEngine.h58 EGLContext protectedContext, EGLSurface protectedDummy,