Searched refs:bytesSize (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/ |
D | ColorBuffer.h | 80 bool updateGlFromBytes(const void* bytes, std::size_t bytesSize); 91 bool flushFromVkBytes(const void* bytes, size_t bytesSize);
|
D | ColorBuffer.cpp | 259 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()
|
D | FrameBuffer.h | 497 size_t bytesSize);
|
D | FrameBuffer.cpp | 2947 size_t bytesSize) { in flushColorBufferFromVkBytes() argument 2955 return colorBuffer->flushFromVkBytes(bytes, bytesSize); in flushColorBufferFromVkBytes()
|
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/ |
D | AutomotiveSvV1_0Fuzzer.h | 40 std::pair<hidl_memory, sp<IMemory>> getMappedSharedMemory(int32_t bytesSize);
|
D | AutomotiveSvV1_0Fuzzer.cpp | 340 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/ |
D | VtsHalSurroundViewV1_0TargetTest.cpp | 768 std::pair<hidl_memory, sp<IMemory>> GetMappedSharedMemory(int bytesSize) { in GetMappedSharedMemory() argument 781 Return<void> result = ashmemAllocator->allocate(bytesSize, in GetMappedSharedMemory()
|