Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp256 EGLSurface protectedStub = EGL_NO_SURFACE; in create() local
258 protectedStub = createStubEglPbufferSurface(display, config, args.pixelFormat, in create()
260 ALOGE_IF(protectedStub == EGL_NO_SURFACE, "can't create protected stub pbuffer"); in create()
279 protectedContext, protectedStub); in create()
335 EGLContext protectedContext, EGLSurface protectedStub) in GLESRenderEngine() argument
342 mProtectedStubSurface(protectedStub), in GLESRenderEngine()
DGLESRenderEngine.h57 EGLSurface protectedStub);