OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexBuffers
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsMesh.h
48
//
indexBuffers
[i] could be nullptr, in which case only primitives[i] is used
49
Allocation **
indexBuffers
;
74
mHal.state.
indexBuffers
[index] = idx;
rsMesh.cpp
28
mHal.state.
indexBuffers
= nullptr;
45
mHal.state.
indexBuffers
= new Allocation *[mHal.state.indexBuffersCount];
50
mHal.state.
indexBuffers
[i] = nullptr;
69
delete[] mHal.state.
indexBuffers
;
97
if (mHal.state.
indexBuffers
[pCount]) {
99
mHal.state.
indexBuffers
[pCount]->serialize(rsc, stream);
128
ObjectBaseRef<Allocation> *
indexBuffers
= nullptr;
131
indexBuffers
= new ObjectBaseRef<Allocation>[primitivesCount];
142
indexBuffers
[pCount].set(indexAlloc);
153
mesh->setPrimitive(
indexBuffers
[pCount].get(), primitives[pCount], pCount)
[
all
...]
/frameworks/base/rs/java/android/renderscript/
Mesh.java
357
Allocation[]
indexBuffers
= new Allocation[mIndexTypes.size()];
387
indexBuffers
[ct] = alloc;
397
newMesh.mIndexBuffers =
indexBuffers
;
518
Allocation[]
indexBuffers
= new Allocation[mIndexTypes.size()];
531
indexBuffers
[ct] = entry.a;
541
newMesh.mIndexBuffers =
indexBuffers
;
/frameworks/rs/driver/runtime/
rs_structs.h
295
//
indexBuffers
[i] could be nullptr, in which case only primitives[i] is used
296
void **
indexBuffers
;
Completed in 67 milliseconds