HomeSort by relevance Sort by last modified time
    Searched refs:vtxCount (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/
rs.h 35 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
rsMesh.cpp 270 RsAllocation * vtx, size_t vtxCount,
274 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
277 for (uint32_t i = 0; i < vtxCount; i ++) {
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 154 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS));
157 int[] vtxIDs = new int[vtxCount];
161 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
164 mVertexBuffers = new Allocation[vtxCount];
168 for(int i = 0; i < vtxCount; i ++) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 110 milliseconds