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

  /frameworks/rs/
rsApiMesh.cpp 18 #include "rsMesh.h"
22 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx) {
27 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) {
32 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) {
42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
rsEnv.h 10 typedef void * RsMesh;
rs.h 36 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
37 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t *idxCount);
38 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData,
40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
rsg.spec 76 ret RsMesh
rsApiStubs.h 143 extern "C" RsMesh rsMeshCreate (RsContext rsc, RsAllocation * vtx, size_t vtx_length, RsAllocation * idx, size_t idx_length, uint32_t * primType, size_t primType_length);
154 extern "C" void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx);
155 extern "C" void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx);
156 extern "C" void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount);
157 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount);
rsDefines.h 48 typedef void * RsMesh;
rsApiStubs.cpp     [all...]
rsMesh.cpp 18 #include "rsMesh.h"
266 RsMesh rsi_MeshCreate(Context *rsc,
  /frameworks/rs/cpp/
rsDispatch.h 119 typedef RsMesh (*MeshCreateFnPtr) (RsContext rsc, RsAllocation * vtx, size_t vtx_length, RsAllocation * idx, size_t idx_length, uint32_t * primType, size_t primType_length);
129 typedef void (*MeshGetVertexBufferCountFnPtr) (RsContext con, RsMesh mv, int32_t *numVtx);
130 typedef void (*MeshGetIndexCountFnPtr) (RsContext con, RsMesh mv, int32_t *numIdx);
131 typedef void (*MeshGetVerticesFnPtr) (RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount);
132 typedef void (*MeshGetIndicesFnPtr) (RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount);
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 113 milliseconds