Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/sdm845/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()