/frameworks/rs/ |
D | 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 va [all …]
|
D | rsAllocation.cpp | 486 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll() 492 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps() 497 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 504 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 510 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lo… in rsi_Allocation2DElementData() 516 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData() 522 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 528 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead() 540 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() 545 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D() [all …]
|
D | 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);
|
D | rsPath.cpp | 74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate()
|
D | rsEnv.h | 6 typedef void * RsAllocation; typedef
|
D | rsScript.cpp | 139 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation() 165 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
|
D | rsAdapter.cpp | 60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation() 134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation()
|
D | rsMesh.cpp | 273 RsAllocation * vtx, size_t vtxCount, in rsi_MeshCreate() 274 RsAllocation * idx, size_t idxCount, in rsi_MeshCreate() 305 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices() 315 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices()
|
D | rsProgram.cpp | 202 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { in rsi_ProgramBindConstants() 207 void rsi_ProgramBindTexture(Context *rsc, RsProgram vpf, uint32_t slot, RsAllocation a) { in rsi_ProgramBindTexture()
|
D | rsScriptGroup.cpp | 351 RsAllocation alloc) { in rsi_ScriptGroupSetInput() 358 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
|
D | rsDefines.h | 34 typedef void * RsAllocation; typedef
|
D | rsRuntime.h | 140 void rsrAllocationMarkDirty(Context *, Script *, RsAllocation a);
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rs.spec | 46 ret RsAllocation 55 ret RsAllocation 64 ret RsAllocation 111 param RsAllocation alloc 117 param RsAllocation va 125 param RsAllocation va 133 param RsAllocation va 144 param RsAllocation va 154 param RsAllocation va 158 param RsAllocation va [all …]
|
D | rsAllocation.cpp | 424 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll() 430 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps() 435 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 442 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 448 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lo… in rsi_Allocation2DElementData() 454 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData() 460 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 466 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead() 478 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() 483 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D() [all …]
|
D | 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);
|
D | rsEnv.h | 6 typedef void * RsAllocation; typedef
|
D | rsScript.cpp | 139 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation() 165 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
|
D | rsAdapter.cpp | 60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation() 134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation()
|
D | rsScriptGroup.cpp | 351 RsAllocation alloc) { in rsi_ScriptGroupSetInput() 358 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
|
D | rsDefines.h | 34 typedef void * RsAllocation; typedef
|
D | rsRuntime.h | 82 void rsrAllocationMarkDirty(Context *, Script *, RsAllocation a);
|
/frameworks/support/renderscript/v8/jni/ |
D | android_renderscript_RenderScript.cpp | 327 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits); in nAllocationSyncAll() 328 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll() 334 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 335 rsAllocationGenerateMipmaps(con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 394 rsAllocation2DData(con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap() 412 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, pixels, GetBitmapSize(_env, jbitmap)); in nAllocationCopyToBitmap() 423 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_i() 425 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_i() 433 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_s() 435 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_s() [all …]
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 469 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits); in nAllocationSyncAll() 470 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll() 476 LOG_API("nAllocationGetSurfaceTextureID, con(%p), a(%p)", con, (RsAllocation)a); in nAllocationGetSurfaceTextureID() 477 return rsAllocationGetSurfaceTextureID(con, (RsAllocation)a); in nAllocationGetSurfaceTextureID() 483 LOG_API("nAllocationGetSurfaceTextureID2, con(%p), a(%p)", con, (RsAllocation)a); in nAllocationGetSurfaceTextureID2() 486 rsAllocationGetSurfaceTextureID2(con, (RsAllocation)a, st.get(), sizeof(SurfaceTexture *)); in nAllocationGetSurfaceTextureID2() 490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface() 504 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoSend() 511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoReceive() 521 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() [all …]
|