Home
last modified time | relevance | path

Searched refs:bytesSize (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.h80 bool updateGlFromBytes(const void* bytes, std::size_t bytesSize);
91 bool flushFromVkBytes(const void* bytes, size_t bytesSize);
DColorBuffer.cpp259 bool ColorBuffer::updateGlFromBytes(const void* bytes, std::size_t bytesSize) { in updateGlFromBytes() argument
264 return mColorBufferGl->replaceContents(bytes, bytesSize); in updateGlFromBytes()
355 bool ColorBuffer::flushFromVkBytes(const void* bytes, size_t bytesSize) { in flushFromVkBytes() argument
366 if (!mColorBufferGl->replaceContents(bytes, bytesSize)) { in flushFromVkBytes()
DFrameBuffer.h497 size_t bytesSize);
DFrameBuffer.cpp2947 size_t bytesSize) { in flushColorBufferFromVkBytes() argument
2955 return colorBuffer->flushFromVkBytes(bytes, bytesSize); in flushColorBufferFromVkBytes()
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.h40 std::pair<hidl_memory, sp<IMemory>> getMappedSharedMemory(int32_t bytesSize);
DAutomotiveSvV1_0Fuzzer.cpp340 std::pair<hidl_memory, sp<IMemory>> SurroundViewFuzzer::getMappedSharedMemory(int32_t bytesSize) { in getMappedSharedMemory() argument
352 ashmemAllocator->allocate(bytesSize, [&](bool success, const hidl_memory& hidlMem) { in getMappedSharedMemory()
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp768 std::pair<hidl_memory, sp<IMemory>> GetMappedSharedMemory(int bytesSize) { in GetMappedSharedMemory() argument
781 Return<void> result = ashmemAllocator->allocate(bytesSize, in GetMappedSharedMemory()