Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/common/
DPoolAlloc.cpp216 void *PoolAllocator::allocate(size_t numBytes) in allocate()
293 void *PoolAllocator::allocateNewPage(size_t numBytes, size_t allocationSize) in allocateNewPage()
DPoolAlloc.h169 ANGLE_INLINE uint8_t *fastAllocate(size_t numBytes) in fastAllocate()
248 void *initializeAllocation(Header *block, unsigned char *memory, size_t numBytes) in initializeAllocation()
DPoolAlloc_unittest.cpp19 size_t numBytes = 1024; in TEST() local
/device/google/contexthub/lib/nanohub/
Dsha2.c121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes()
/device/generic/vulkan-cereal/stream-servers/
DColorBuffer.cpp554 bool ColorBuffer::replaceContents(const void* newContents, size_t numBytes) { in replaceContents()
589 bool ColorBuffer::readContents(size_t* numBytes, void* pixels) { in readContents()
DFrameBuffer.cpp2057 HandleType p_colorbuffer, const void* pixels, size_t numBytes) { in replaceColorBufferContents()
2070 HandleType p_colorbuffer, size_t* numBytes, void* pixels) { in readColorBufferContents()
/device/google/trout/hal/sensors/2.0/
DSensor.cpp250 ssize_t numBytes = 0; in calculateScanSize() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DBufferDataTest.cpp363 const size_t numBytes = 4096 * 4; in TEST_P() local
/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderVideoToolBox.cpp276 size_t numBytes = szBytes; in dumpBytes() local