Searched refs:RsProgramVertex (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsg.spec | 54 ret RsProgramVertex 88 param RsProgramVertex pgm
|
D | rsDefines.h | 54 typedef void * RsProgramVertex; typedef
|
D | rsApiStubs.h | 132 extern "C" void rsContextBindProgramVertex (RsContext rsc, RsProgramVertex pgm); 140 extern "C" RsProgramVertex rsProgramVertexCreate (RsContext rsc, const char * shaderText, size_t sh…
|
D | rsProgramVertex.cpp | 243 RsProgramVertex rsi_ProgramVertexCreate(Context *rsc, const char * shaderText, size_t shaderLength, in rsi_ProgramVertexCreate()
|
D | rsApiStubs.cpp | 750 extern "C" void rsContextBindProgramVertex (RsContext ctxWrapper, RsProgramVertex pgm) in rsContextBindProgramVertex() 816 extern "C" RsProgramVertex rsProgramVertexCreate (RsContext ctxWrapper, in rsProgramVertexCreate()
|
D | rsContext.cpp | 788 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { in rsi_ContextBindProgramVertex()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 116 typedef RsProgramVertex (*ProgramVertexCreateFnPtr) (RsContext rsc, const char * shaderText, size_t… 122 typedef void (*ContextBindProgramVertexFnPtr) (RsContext rsc, RsProgramVertex pgm);
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2460 (RsProgramVertex)vpv, slot, (RsAllocation)a); in nProgramBindConstants() 2606 ALOGD("nContextBindProgramVertex, con(%p), pf(%p)", (RsContext)con, (RsProgramVertex)pf); in nContextBindProgramVertex() 2608 rsContextBindProgramVertex((RsContext)con, (RsProgramVertex)pf); in nContextBindProgramVertex()
|