Home
last modified time | relevance | path

Searched refs:mHasProtectedContent (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp17 : mAttribs(attribs), mFormat(GL_NONE), mYUV(false), mHasProtectedContent(false) in DmaBufImageSiblingEGL()
24 mHasProtectedContent = false; in DmaBufImageSiblingEGL()
59 return mHasProtectedContent; in hasProtectedContent()
DDmaBufImageSiblingEGL.h44 bool mHasProtectedContent; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp30 mHasProtectedContent = false; in initialize()
57 return mHasProtectedContent; in hasProtectedContent()
DNativeBufferImageSiblingAndroid.h43 bool mHasProtectedContent; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp43 mHasProtectedContent(false), in RenderbufferState()
92 mHasProtectedContent = false; in update()
97 mHasProtectedContent = hasProtectedContent; in setProtectedContent()
DRenderbuffer.h64 bool mHasProtectedContent; variable
DTexture.cpp148 mHasProtectedContent(false), in TextureState()
1077 mState.mHasProtectedContent = hasProtectedContent; in setProtectedContent()
1082 return mState.mHasProtectedContent; in hasProtectedContent()
1778 mState.mHasProtectedContent = surface->hasProtectedContent(); in bindTexImageFromSurface()
1792 mState.mHasProtectedContent = false; in releaseTexImageFromSurface()
1885 mState.mHasProtectedContent = imageTarget->hasProtectedContent(); in setEGLImageTarget()
DTexture.h146 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent()
231 bool mHasProtectedContent; variable
DState.h114 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent()
976 bool mHasProtectedContent; variable
DState.cpp348 mHasProtectedContent(hasProtectedContent),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.h51 bool mHasProtectedContent; variable
DDmaBufImageSiblingVkLinux.cpp329 mHasProtectedContent = mAttribs.getAsInt(EGL_PROTECTED_CONTENT_EXT, false); in DmaBufImageSiblingVkLinux()
532 return mHasProtectedContent; in hasProtectedContent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.h60 bool mHasProtectedContent = false; variable
DExternalImageSiblingImpl11.cpp86 return mHasProtectedContent; in hasProtectedContent()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp117 mHasProtectedContent = false; in initTask()
127 mHasProtectedContent = hasProtectedContent; in initProcessCommands()
234 mHasProtectedContent = hasProtectedContent; in initFlushAndQueueSubmit()
252 mHasProtectedContent = hasProtectedContent; in initOneOffQueueSubmit()
277 std::swap(mHasProtectedContent, rhs.mHasProtectedContent); in operator =()
DCommandProcessor.h135 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent()
183 bool mHasProtectedContent; variable