HomeSort by relevance Sort by last modified time
    Searched refs:component_size (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
array.h 41 size_t component_size, gc::AllocatorType allocator_type,
68 static MemberOffset DataOffset(size_t component_size) {
69 if (component_size != sizeof(int64_t)) {
77 void* GetRawData(size_t component_size, int32_t index)
79 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() +
80 + (index * component_size);
84 const void* GetRawData(size_t component_size, int32_t index) const {
85 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() +
86 + (index * component_size);
array-inl.h 38 size_t component_size = local
43 size_t header_size = DataOffset(component_size).SizeValue();
44 size_t data_size = component_count * component_size;
59 size_t component_size)
65 size_t header_size = Array::DataOffset(component_size).SizeValue();
66 size_t data_size = component_count * component_size;
70 size_t component_shift = sizeof(size_t) * 8 - 1 - CLZ(component_size);
106 SetLengthToUsableSizeVisitor(int32_t min_length, size_t header_size, size_t component_size) :
107 minimum_length_(min_length), header_size_(header_size), component_size_(component_size) {
134 size_t component_size, gc::AllocatorType allocator_type
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 247 inline int size(int c) const { return component_size(c); }
248 inline int component_size(int c) const { return hi(c) - low(c); } function in struct:android::GGLAssembler::pixel_t
GGLAssembler.cpp 465 const int dst_component_size = pixel.component_size(component);
509 (parts.texel[i].component_size(component) < dst_size)) {
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 414 size_t component_size = sizeof(int32_t); local
463 mirror::Array::DataOffset(component_size).Int32Value());
481 -mirror::Array::DataOffset(component_size).Int32Value());
488 mirror::Array::DataOffset(component_size).Int32Value() + i * 4, rl_arg.reg);
    [all...]
  /art/runtime/
jni_internal.cc 2204 const size_t component_size = array->GetClass()->GetComponentSize(); local
2619 const size_t component_size = sizeof(ElementT); local
    [all...]
check_jni.cc 1084 size_t component_size = a->GetClass()->GetComponentSize(); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 7127 GLsizei component_size = local
    [all...]

Completed in 140 milliseconds