OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsMesh
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/
rsEnv.h
12
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,
rsMesh.cpp
18
#include "
rsMesh
.h"
269
RsMesh
rsi_MeshCreate(Context *rsc,
292
void rsaMeshGetVertexBufferCount(RsContext con,
RsMesh
mv, int32_t *numVtx) {
297
void rsaMeshGetIndexCount(RsContext con,
RsMesh
mv, int32_t *numIdx) {
302
void rsaMeshGetVertices(RsContext con,
RsMesh
mv, RsAllocation *vtxData, uint32_t vtxDataCount) {
312
void rsaMeshGetIndices(RsContext con,
RsMesh
mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
rsg.spec
76
ret
RsMesh
rsDefines.h
47
typedef void *
RsMesh
;
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 30 milliseconds