/frameworks/rs/ |
rs.spec | 46 ret RsAllocation 55 ret RsAllocation 64 ret RsAllocation 68 param RsAllocation alloc 73 param RsAllocation alloc 79 param RsAllocation alloc 85 param RsAllocation alloc 89 param RsAllocation alloc 173 param RsAllocation alloc 179 param RsAllocation v [all...] |
rsEnv.h | 6 typedef void * RsAllocation;
|
rs.h | 39 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount); 40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va, 43 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
|
rsAllocation.cpp | 18 #include "rsAllocation.h" 450 static void AllocationGenerateScriptMips(RsContext con, RsAllocation va); 520 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { 526 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { 531 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t dataLen) { 544 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, 550 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, 556 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, 562 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 568 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t data_length) [all...] |
rsPath.cpp | 74 RsAllocation vtx, RsAllocation loops, float quality) {
|
rsScript.cpp | 96 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { 123 RsAllocation vain, RsAllocation vaout,
|
rsFBOCache.cpp | 20 #include "rsAllocation.h"
|
rsMesh.cpp | 265 RsAllocation * vtx, size_t vtxCount, 266 RsAllocation * idx, size_t idxCount, 297 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { 307 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idxDataCount) {
|
rsSampler.h | 20 #include "rsAllocation.h"
|
rsScript.h | 20 #include "rsAllocation.h"
|
Android.mk | 111 rsAllocation.cpp \ 202 rsAllocation.cpp \
|
rsAdapter.cpp | 79 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { 197 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) {
|
rsAdapter.h | 20 #include "rsAllocation.h"
|
rsDefines.h | 34 typedef void * RsAllocation;
|
rsProgram.cpp | 202 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { 207 void rsi_ProgramBindTexture(Context *rsc, RsProgram vpf, uint32_t slot, RsAllocation a) {
|
rsRuntime.h | 154 void rsrAllocationMarkDirty(Context *, Script *, RsAllocation a);
|
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 469 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits); 470 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); 476 LOG_API("nAllocationGetSurfaceTextureID, con(%p), a(%p)", con, (RsAllocation)a); 477 return rsAllocationGetSurfaceTextureID(con, (RsAllocation)a); 483 LOG_API("nAllocationGetSurfaceTextureID2, con(%p), a(%p)", con, (RsAllocation)a); 486 rsAllocationGetSurfaceTextureID2(con, (RsAllocation)a, st.get(), sizeof(SurfaceTexture *)); 490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) 504 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) 511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) 521 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc) [all...] |
/frameworks/compile/slang/ |
slang_rs_type_spec.h | 55 ENUM_RS_OBJECT_DATA_TYPE(RSAllocation, "rs_allocation") \
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
rs_structs.h | 12 * frameworks/base/libs/rs/rsAllocation.h is modified.
|
/frameworks/rs/driver/ |
rsdAllocation.cpp | 24 #include "rsAllocation.h"
|