OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:component_size
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
array-inl.h
29
size_t
component_size
= GetClass()->GetComponentSize();
local
31
size_t header_size = sizeof(Object) + (
component_size
== sizeof(int64_t) ? 8 : 4);
32
size_t data_size = component_count *
component_size
;
/art/compiler/dex/quick/
gen_common.cc
254
size_t
component_size
= sizeof(int32_t);
local
300
mirror::Array::DataOffset(
component_size
).Int32Value());
313
-mirror::Array::DataOffset(
component_size
).Int32Value());
320
mirror::Array::DataOffset(
component_size
).Int32Value() +
[
all
...]
/system/core/libpixelflinger/codeflinger/
GGLAssembler.h
241
inline int size(int c) const { return
component_size
(c); }
242
inline int
component_size
(int c) const { return hi(c) - low(c); }
function in struct:android::GGLAssembler::pixel_t
/art/runtime/
check_jni.cc
1087
size_t
component_size
= a->GetClass()->GetComponentSize();
local
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
6808
GLsizei
component_size
=
local
[
all
...]
Completed in 399 milliseconds