/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 86 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize() 192 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(), in dumpMemoryStatistics()
|
D | GrGLTextureRenderTarget.cpp | 82 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/include/gpu/ |
D | GrSurface.h | 68 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
|
/external/skia/src/gpu/ |
D | GrTextureRenderTargetProxy.cpp | 43 return GrSurface::ComputeSize(fConfig, fWidth, fHeight, colorSamplesPerPixel, kHasMipMaps, in onUninstantiatedGpuMemorySize()
|
D | GrTextureProxy.cpp | 78 return GrSurface::ComputeSize(fConfig, fWidth, fHeight, 1, kHasMipMaps, in onUninstantiatedGpuMemorySize()
|
D | GrRenderTargetProxy.cpp | 105 return GrSurface::ComputeSize(fConfig, fWidth, fHeight, colorSamplesPerPixel, false, in onUninstantiatedGpuMemorySize()
|
D | GrTexture.cpp | 38 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1, in onGpuMemorySize()
|
D | GrSurface.cpp | 50 size_t GrSurface::ComputeSize(GrPixelConfig config, in ComputeSize() function in GrSurface
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 85 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 104 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
D | GrVkTextureRenderTarget.cpp | 252 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 340 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute() 343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
|
D | DIE.cpp | 487 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const { in ComputeSize() function in DIELoc 538 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const { in ComputeSize() function in DIEBlock
|
D | DwarfUnit.cpp | 309 Loc->ComputeSize(Asm); in addBlock() 317 Block->ComputeSize(Asm); in addBlock()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 689 unsigned ComputeSize(const AsmPrinter *AP) const; 723 unsigned ComputeSize(const AsmPrinter *AP) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DIE.h | 403 unsigned ComputeSize(AsmPrinter *AP);
|
D | DIE.cpp | 324 unsigned DIEBlock::ComputeSize(AsmPrinter *AP) { in ComputeSize() function in DIEBlock
|
D | DwarfCompileUnit.cpp | 106 Block->ComputeSize(Asm); in addBlock()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2469 Loc->ComputeSize(AsmPrinter); in cloneBlockAttribute() 2471 Block->ComputeSize(AsmPrinter); in cloneBlockAttribute()
|
/external/protobuf/util/ |
D | Makefile.am | 118 csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \
|
/external/protobuf/ |
D | Makefile.am | 118 csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs \
|