Searched defs:objSize (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrobject.cpp | 82 size_t objSize, ///< [in] Size to allocate in ClientAlloc() 171 size_t objSize, ///< [in] Size to allocate in operator new()
|
/aosp_15_r20/frameworks/native/libs/sensor/ |
H A D | BitTube.cpp | 144 void const* events, size_t count, size_t objSize) in sendObjects() 159 void* events, size_t count, size_t objSize) in recvObjects()
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | BitTube.cpp | 148 ssize_t BitTube::sendObjects(BitTube* tube, void const* events, size_t count, size_t objSize) { in sendObjects() 162 ssize_t BitTube::recvObjects(BitTube* tube, void* events, size_t count, size_t objSize) { in recvObjects()
|
/aosp_15_r20/art/test/061-out-of-memory/src/ |
H A D | Main.java | 77 int objSize = 1 * 1024 * 1024; in testOomeSmallInternal() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkWriteBuffer.cpp | 328 size_t objSize = fWriter.bytesWritten() - offset; in writeFlattenable() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ObjectNameSpace.cpp | 46 size_t objSize = stream->getBe32(); in NameSpace() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/ |
H A D | test_buffer_read.cpp | 1105 size_t objSize = sizeof(TestStruct); local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 678 const unsigned int objSize; variable
|