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

1 2 3

  /art/runtime/
image-inl.h 60 pos += array->ComputeSize(array->size());
76 pos += array->ComputeSize(array->size(), method_size, method_alignment);
114 pos += table->ComputeSize(pointer_size);
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) {
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.h 67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrMtlTextureRenderTarget.h 75 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/include/gpu/
GrSurface.h 65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.h 67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrMtlTextureRenderTarget.h 75 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(),
178 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skia/include/gpu/
GrSurface.h 79 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp 68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrGLRenderTarget.cpp 108 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
225 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.cpp 68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrGLRenderTarget.cpp 108 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
225 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) {
193 void* memory = allocator.Alloc(ComputeSize(num_regs));
233 ProtectMemory(ptr, RegisterLine::ComputeSize(ptr->NumRegs()));
  /external/skia/src/gpu/
GrRenderTargetProxy.cpp 101 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrTexture.cpp 34 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
GrSurface.cpp 61 size_t GrSurface::ComputeSize(GrPixelConfig config,
GrTextureRenderTargetProxy.cpp 73 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/
GrRenderTargetProxy.cpp 100 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
GrTexture.cpp 34 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1,
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.h 127 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/mock/
GrMockTexture.h 128 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
207 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),
  /art/runtime/interpreter/
shadow_frame.h 64 static size_t ComputeSize(uint32_t num_vregs) {
72 uint8_t* memory = new uint8_t[ComputeSize(num_vregs)];
86 size_t frame_size = ShadowFrame::ComputeSize(num_vregs); \
  /art/libartbase/base/
length_prefixed_array.h 71 static size_t ComputeSize(size_t num_elements,
  /external/skia/src/gpu/vk/
GrVkRenderTarget.h 127 return GrSurface::ComputeSize(this->config(), this->width(), this->height(),

Completed in 447 milliseconds

1 2 3