HomeSort by relevance Sort by last modified time
    Searched defs:createProtectedImage (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 60 bool createProtectedImage = 0 != (bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT);
62 info, graphicBuffer, alphaType, createProtectedImage,
GrAHardwareBufferUtils.cpp 499 bool createProtectedImage = isProtectedContent && can_import_protected_content(context);
503 deleteCtx, createProtectedImage, backendFormat,
509 SkASSERT(!createProtectedImage);
511 deleteCtx, createProtectedImage, backendFormat,
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 102 bool createProtectedImage = 0 != (bufferDesc.usage & AHARDWAREBUFFER_USAGE_PROTECTED_CONTENT);
104 info, graphicBuffer, alphaType, createProtectedImage,
435 bool createProtectedImage = isProtectedContent && can_import_protected_content(context);
439 deleteCtx, createProtectedImage, backendFormat);
444 SkASSERT(!createProtectedImage);
446 deleteCtx, createProtectedImage, backendFormat);

Completed in 341 milliseconds