OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chunksz
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/
VoxelWorld.java
44
public final int
chunksZ
;
52
public VoxelWorld (TextureRegion[] tiles, int chunksX, int chunksY, int
chunksZ
) {
54
this.chunks = new VoxelChunk[chunksX * chunksY *
chunksZ
];
57
this.
chunksZ
=
chunksZ
;
58
this.numChunks = chunksX * chunksY *
chunksZ
;
61
this.voxelsZ =
chunksZ
* CHUNK_SIZE_Z;
64
for (int z = 0; z <
chunksZ
; z++) {
83
this.meshes = new Mesh[chunksX * chunksY *
chunksZ
];
89
this.dirty = new boolean[chunksX * chunksY *
chunksZ
];
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elflink.c
7900
unsigned long start, oplen, len, wordsz,
chunksz
, lsb0_p, signed_p, trunc_p;
local
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
cgen.c
752
const unsigned long
chunksz
, /* in bytes */
762
res |= (
chunksz
& 0xF) << 22;
[
all
...]
/external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp
537
int
chunksz
= (int)(currpos - (pospos + 4));
local
538
strm.patchInt(
chunksz
, pospos);
[
all
...]
Completed in 215 milliseconds