OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vtxCount
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/src/
grabcut.cpp
450
int
vtxCount
= img.cols*img.rows,
452
graph.create(
vtxCount
, edgeCount);
/frameworks/base/rs/java/android/renderscript/
Mesh.java
153
int
vtxCount
= mRS.nMeshGetVertexBufferCount(getID(mRS));
156
long[] vtxIDs = new long[
vtxCount
];
160
mRS.nMeshGetVertices(getID(mRS), vtxIDs,
vtxCount
);
163
mVertexBuffers = new Allocation[
vtxCount
];
167
for(int i = 0; i <
vtxCount
; i ++) {
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 75 milliseconds