OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexBuffers
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/
rsMesh.cpp
28
mHal.state.
indexBuffers
= NULL;
45
mHal.state.
indexBuffers
= new Allocation *[mHal.state.indexBuffersCount];
50
mHal.state.
indexBuffers
[i] = NULL;
69
delete[] mHal.state.
indexBuffers
;
97
if (mHal.state.
indexBuffers
[pCount]) {
99
mHal.state.
indexBuffers
[pCount]->serialize(rsc, stream);
128
ObjectBaseRef<Allocation> *
indexBuffers
= NULL;
131
indexBuffers
= new ObjectBaseRef<Allocation>[primitivesCount];
142
indexBuffers
[pCount].set(indexAlloc);
153
mesh->setPrimitive(
indexBuffers
[pCount].get(), primitives[pCount], pCount)
[
all
...]
rsMesh.h
48
//
indexBuffers
[i] could be NULL, in which case only primitives[i] is used
49
Allocation **
indexBuffers
;
74
mHal.state.
indexBuffers
[index] = idx;
/frameworks/rs/driver/runtime/
rs_mesh.c
44
rs_allocation returnAlloc = {mesh->mHal.state.
indexBuffers
[index]};
rs_structs.h
259
//
indexBuffers
[i] could be NULL, in which case only primitives[i] is used
260
void **
indexBuffers
;
/frameworks/base/graphics/java/android/renderscript/
Mesh.java
358
Allocation[]
indexBuffers
= new Allocation[mIndexTypes.size()];
382
indexBuffers
[ct] = alloc;
392
newMesh.mIndexBuffers =
indexBuffers
;
513
Allocation[]
indexBuffers
= new Allocation[mIndexTypes.size()];
526
indexBuffers
[ct] = entry.a;
536
newMesh.mIndexBuffers =
indexBuffers
;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java
416
IntBuffer[]
indexBuffers
= new IntBuffer[bevelObject.size()];
475
IntBuffer indexBuffer =
indexBuffers
[geomIndex];
485
indexBuffers
[geomIndex] = indexBuffer;
504
int[] allIndices = BufferUtils.getIntArray(
indexBuffers
[geomIndex]);
525
mesh.setBuffer(Type.Index, 3,
indexBuffers
[i]);
/frameworks/rs/driver/
rsdMeshObj.cpp
161
const Allocation *idxAlloc = mRSMesh->mHal.state.
indexBuffers
[primIndex];
Completed in 6936 milliseconds