Home
last modified time | relevance | path

Searched refs:isBlob (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp115 bool* isBlob) { in sGetFormatParameters() argument
121 *isBlob = false; in sGetFormatParameters()
175 *isBlob = true; in sGetFormatParameters()
225 bool isBlob = false;; in create() local
229 &isBlob)) { in create()
517 bool isBlob = false; in reformat() local
519 &sizedInternalFormat, &isBlob)) { in reformat()
990 bool isBlob; in onLoad() local
992 &sizedInternalFormat, &isBlob); in onLoad()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DConversions.cpp463 const bool isBlob = bufferDesc.format == AHARDWAREBUFFER_FORMAT_BLOB; in createHidlMemoryFrom() local
464 const size_t size = isBlob ? bufferDesc.width : 0; in createHidlMemoryFrom()
465 const char* const name = isBlob ? "hardware_buffer_blob" : "hardware_buffer"; in createHidlMemoryFrom()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp701 const bool isBlob = in getSize() local
703 return isBlob ? hardwareBuffer.description.width : 0; in getSize()