Searched defs:isProtected (Results 1 – 12 of 12) sorted by relevance
33 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList()56 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
42 bool isProtected() const { return mProtected; } in isProtected() function
45 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
84 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
902 bool isProtected, in createFramebufferImageIfNeeded()
48 bool isProtected() const override { return mProtected; } in isProtected() function
115 bool isProtected; variable
140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected()
721 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
581 bool BufferLayer::isProtected() const { in isProtected() function in android::BufferLayer
421 virtual bool isProtected() const { return false; } in isProtected() function
75 EGLint isProtected = EGL_FALSE; in isProtectedContext() local