Home
last modified time | relevance | path

Searched defs:bytesSize (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gfxstream/host/
DColorBuffer.cpp253 bool ColorBuffer::updateGlFromBytes(const void* bytes, std::size_t bytesSize) { in updateGlFromBytes()
349 bool ColorBuffer::flushFromVkBytes(const void* bytes, size_t bytesSize) { in flushFromVkBytes()
DFrameBuffer.cpp2914 size_t bytesSize) { in flushColorBufferFromVkBytes()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
DBatcherImpl.java216 long bytesSize = batchingDescriptor.countBytes(element); in add() local
/external/lzma/CPP/7zip/Compress/
DBZip2Encoder.cpp738 UInt32 bytesSize = (sizeInBits >> 3); in WriteBytes() local
/external/okio/okio/src/commonMain/kotlin/okio/internal/
DBuffer.kt1331 val bytesSize = bytes.size in commonIndexOf() constant