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 35 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
36 void rsaMeshGetIndexCount(RsContext, RsMesh, int32_t *idxCount);
37 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount);
38 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 void rsaMeshGetVertexBufferCount(RsContext con, RsMesh mv, int32_t *numVtx);
155 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx);
156 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount);
157 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 120 typedef RsMesh (*MeshCreateFnPtr) (RsContext rsc, RsAllocation * vtx, size_t vtx_length, RsAllocation * idx, size_t idx_length, uint32_t * primType, size_t primType_length);
130 typedef void (*MeshGetVertexBufferCountFnPtr) (RsContext con, RsMesh mv, int32_t *numVtx);
131 typedef void (*MeshGetIndexCountFnPtr) (RsContext con, RsMesh mv, int32_t *numIdx);
132 typedef void (*MeshGetVerticesFnPtr) (RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount);
133 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 375 milliseconds