Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DColorBuffer.h91 bool flushFromVkBytes(const void* bytes, size_t bytesSize);
DColorBuffer.cpp355 bool ColorBuffer::flushFromVkBytes(const void* bytes, size_t bytesSize) { in flushFromVkBytes() function in gfxstream::ColorBuffer
DFrameBuffer.cpp2955 return colorBuffer->flushFromVkBytes(bytes, bytesSize); in flushColorBufferFromVkBytes()