Home
last modified time | relevance | path

Searched defs:getSize (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h47 virtual uint32_t getSize() { return BTF::CommonTypeSize; } in getSize() function
87 uint32_t getSize() { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize() function
99 uint32_t getSize() { in getSize() function
112 uint32_t getSize() { return BTFTypeBase::getSize() + BTF::BTFArraySize; } in getSize() function
126 uint32_t getSize() { in getSize() function
143 uint32_t getSize() { in getSize() function
156 uint32_t getSize() { return BTFTypeBase::getSize(); } in getSize() function
168 uint32_t getSize() { return BTFTypeBase::getSize() + 4; } in getSize() function
181 uint32_t getSize() { in getSize() function
205 uint32_t getSize() { return Size; } in getSize() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresource.h56 int32_t getSize() const { return length; } in getSize() function
89 int32_t getSize() const { return length; } in getSize() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp66 const tcu::UVec2& getSize (void) const { return m_size; } in getSize() function in vkt::ycbcr::MultiPlaneImageData
147 const tcu::IVec3& getSize (void) const { return m_size; } in getSize() function in vkt::ycbcr::ChannelAccess
/third_party/skia/third_party/externals/icu/source/common/
Dresource.h59 int32_t getSize() const { return length; } in getSize() function
95 int32_t getSize() const { return length; } in getSize() function
/third_party/icu/icu4c/source/common/
Dresource.h59 int32_t getSize() const { return length; } in getSize() function
95 int32_t getSize() const { return length; } in getSize() function
/third_party/node/deps/icu-small/source/common/
Dresource.h59 int32_t getSize() const { return length; } in getSize() function
95 int32_t getSize() const { return length; } in getSize() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h46 GLint64 getSize() const { return mSize; } in getSize() function
119 GLint64 getSize() const { return mState.mSize; } in getSize() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DMMap.h51 int getSize() { return fSize; } in getSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolELF.h24 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
DStringTableBuilder.h62 size_t getSize() const { return Size; } in getSize() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DAAssetDataSource.h27 int64_t getSize() const override { return mBufferSize; } in getSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBank.h54 unsigned getSize() const { return Size; } in getSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBuffer.h47 GLint64 getSize() const { return mSize; } in getSize() function
150 GLint64 getSize() const { return mState.mSize; } in getSize() function
DCLCommandQueue.h328 inline cl_uint CommandQueue::getSize() const in getSize() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp47 gl::Extents NativeBufferImageSiblingAndroid::getSize() const in getSize() function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLMemoryCL.cpp36 size_t CLMemoryCL::getSize(cl_int &errorCode) const in getSize() function in rx::CLMemoryCL
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkBuffer.hpp40 inline VkDeviceSize getSize() const { return size; } in getSize() function in vk::Buffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DNonRelocatableStringpool.h52 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp60 gl::Extents NativeBufferImageSiblingAndroid::getSize() const in getSize() function in rx::NativeBufferImageSiblingAndroid
/third_party/flutter/skia/bench/
DBenchmark.cpp26 SkIPoint Benchmark::getSize() { in getSize() function in Benchmark
/third_party/skia/bench/
DBenchmark.cpp26 SkIPoint Benchmark::getSize() { in getSize() function in Benchmark
/third_party/flutter/skia/tools/debugger/
DDebugCanvas.h88 int getSize() const { return fCommandVector.count(); } in getSize() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.h80 GLint64 getSize() const { return mState.getSize(); } in getSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp62 gl::Extents DmaBufImageSiblingEGL::getSize() const in getSize() function in rx::DmaBufImageSiblingEGL
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DBuffer.h79 int getSize() const { return size; } in getSize() function

123456