Home
last modified time | relevance | path

Searched refs:RsAllocation (Results 1 – 23 of 23) sorted by relevance

/frameworks/rs/
Drs.spec46 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 …]
DrsAllocation.cpp486 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 …]
Drs.h39 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount);
40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
43 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
DrsPath.cpp74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate()
DrsEnv.h6 typedef void * RsAllocation; typedef
DrsScript.cpp139 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation()
165 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
DrsAdapter.cpp60 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()
DrsMesh.cpp273 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()
DrsProgram.cpp202 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()
DrsScriptGroup.cpp351 RsAllocation alloc) { in rsi_ScriptGroupSetInput()
358 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
DrsDefines.h34 typedef void * RsAllocation; typedef
DrsRuntime.h140 void rsrAllocationMarkDirty(Context *, Script *, RsAllocation a);
/frameworks/support/renderscript/v8/rs_support/
Drs.spec46 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 …]
DrsAllocation.cpp424 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 …]
Drs.h39 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount);
40 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
43 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
DrsEnv.h6 typedef void * RsAllocation; typedef
DrsScript.cpp139 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation()
165 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
DrsAdapter.cpp60 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()
DrsScriptGroup.cpp351 RsAllocation alloc) { in rsi_ScriptGroupSetInput()
358 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
DrsDefines.h34 typedef void * RsAllocation; typedef
DrsRuntime.h82 void rsrAllocationMarkDirty(Context *, Script *, RsAllocation a);
/frameworks/support/renderscript/v8/jni/
Dandroid_renderscript_RenderScript.cpp327 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/
Dandroid_renderscript_RenderScript.cpp469 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 …]