Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp274 EGLSurface protectedDummy = EGL_NO_SURFACE; in create() local
276 protectedDummy = in create()
278 ALOGE_IF(protectedDummy == EGL_NO_SURFACE, "can't create protected dummy pbuffer"); in create()
294 protectedContext, protectedDummy, in create()
351 EGLSurface protectedDummy, uint32_t imageCacheSize) in GLESRenderEngine() argument
358 mProtectedDummySurface(protectedDummy), in GLESRenderEngine()
DGLESRenderEngine.h57 EGLContext protectedContext, EGLSurface protectedDummy,