/external/skqp/src/core/ |
D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
D | SkMaskCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function 144 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
D | SkBitmapCache.cpp | 90 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec 245 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
|
D | SkYUVPlanesCache.cpp | 50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
D | SkRTree.cpp | 183 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
/external/skia/src/core/ |
D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
D | SkMaskCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function 144 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
D | SkRTree.cpp | 166 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
D | SkBitmapCache.cpp | 90 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec 245 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
|
D | SkYUVPlanesCache.cpp | 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
/external/skqp/bench/ |
D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
/external/skia/bench/ |
D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | AudioFileOutput.java | 157 int bytesUsed = 0; in writeDataBuffer() local
|
/external/skqp/tests/ |
D | ImageCacheTest.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
D | SkResourceCacheTest.cpp | 236 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
|
/external/skia/tests/ |
D | ImageCacheTest.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
D | SkResourceCacheTest.cpp | 234 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
|
D | PromiseImageTest.cpp | 321 size_t bytesUsed; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test.c | 215 uint32_t bytesUsed = 0; in echo_dcd_process_data() local
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 414 const size_t bytesUsed = dequeuedBuffer->getPlaneBytesUsed(0); in serviceDeviceTask() local
|
D | V4L2Encoder.cpp | 726 size_t bytesUsed = 0; in enqueueInputBuffer() local
|
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.cpp | 253 size_t bytesUsed = block.fBuffer->gpuMemorySize() - block.fBytesFree; in putBack() local
|
/external/skqp/src/shaders/ |
D | SkPictureShader.cpp | 78 size_t bytesUsed() const override { in bytesUsed() function
|
/external/OpenCSD/decoder/source/etmv3/ |
D | trc_pkt_proc_etmv3_impl.cpp | 1125 int bytesUsed = 0; in extractDataValue() local
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 293 size_t bytesUsed = block.fBuffer->size() - block.fBytesFree; in putBack() local
|