Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/hardware/qcom/sm8150/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/hardware/qcom/sm7250/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h567 bool isProtected() { return !!(mAttributes & ATTR_PROTECTED); } in isProtected() function