HomeSort by relevance Sort by last modified time
    Searched refs:ComputeSize (Results 1 - 25 of 64) sorted by null

1 2 3

  /art/runtime/
imt_conflict_table.h 159 size_t ComputeSize(PointerSize pointer_size) const {
161 return ComputeSize(NumEntries(pointer_size), pointer_size);
167 return table->ComputeSize(pointer_size) + EntrySize(pointer_size);
171 static size_t ComputeSize(size_t num_entries, PointerSize pointer_size) {
method_info.h 50 static size_t ComputeSize(size_t num_method_indices) {
image-inl.h 78 pos += table->ComputeSize(pointer_size);
image.cc 167 pos += array->ComputeSize(array->size());
182 pos += array->ComputeSize(array->size(), method_size, method_alignment);
  /external/skia/include/gpu/
GrSurface.h 63 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp 67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrGLRenderTarget.cpp 95 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
211 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.h 71 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/include/gpu/
GrSurface.h 63 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.h 68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.cpp 82 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrGLRenderTarget.cpp 95 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
201 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /art/runtime/verifier/
register_line-inl.h 186 inline size_t RegisterLine::ComputeSize(size_t num_regs) {
191 void* memory = verifier->GetScopedAllocator().Alloc(ComputeSize(num_regs));
229 ProtectMemory(ptr, RegisterLine::ComputeSize(ptr->NumRegs()));
  /art/runtime/interpreter/
shadow_frame.h 53 static size_t ComputeSize(uint32_t num_vregs) {
61 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
75 size_t frame_size = ShadowFrame::ComputeSize(num_vregs); \
  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 107 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrTexture.cpp 39 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
GrTextureRenderTargetProxy.cpp 69 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skia/src/gpu/mock/
GrMockTexture.h 98 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 107 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 107 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrTexture.cpp 39 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
GrTextureRenderTargetProxy.cpp 63 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/mock/
GrMockTexture.h 98 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.h 107 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /art/compiler/driver/
compiled_method_storage.cc 39 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size()));
48 size_t size = LengthPrefixedArray<T>::ComputeSize(array->size());

Completed in 222 milliseconds

1 2 3