/frameworks/rs/ |
D | rs.spec | 52 ret RsAllocation 61 ret RsAllocation 70 ret RsAllocation 74 param RsAllocation alloc 80 param RsAllocation alloc 128 param RsAllocation alloc 134 param RsAllocation va 142 param RsAllocation va 150 param RsAllocation va 162 param RsAllocation va [all …]
|
D | rsg.spec | 25 param RsAllocation constants 32 param RsAllocation a 73 param RsAllocation *vtx 74 param RsAllocation *idx 82 param RsAllocation vertex 83 param RsAllocation loops
|
D | rsAllocation.cpp | 481 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll() 487 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps() 492 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 499 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 505 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lo… in rsi_Allocation2DElementData() 511 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData() 517 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 523 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData() 530 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead() 542 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() [all …]
|
D | rs_native.spec | 3 param RsAllocation alloc 7 param RsAllocation alloc
|
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 | 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 | rsScript.cpp | 152 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation() 178 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
|
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 | rsDefines.h | 34 typedef void * RsAllocation; typedef
|
D | rsScriptGroup.cpp | 368 RsAllocation alloc) { in rsi_ScriptGroupSetInput() 375 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 350 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits); in nAllocationSyncAll() 351 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll() 357 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 358 rsAllocationGenerateMipmaps(con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 433 rsAllocation2DData(con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap() 451 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, pixels, GetBitmapSize(_env, jbitmap)); in nAllocationCopyToBitmap() 462 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_i() 464 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_i() 472 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_s() 474 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("nAllocationGetSurface, con(%p), a(%p)", con, (RsAllocation)a); in nAllocationGetSurface() 478 …IGraphicBufferProducer *v = (IGraphicBufferProducer *)rsAllocationGetSurface(con, (RsAllocation)a); in nAllocationGetSurface() 487 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface() 501 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoSend() 508 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoReceive() 518 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 519 rsAllocationGenerateMipmaps(con, (RsAllocation)alloc); in nAllocationGenerateMipmaps() 581 rsAllocation2DData(con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap() [all …]
|