Home
last modified time | relevance | path

Searched defs:sizeBytes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/rs/
DrsAllocation.cpp74 uint32_t count, const void *data, uint32_t sizeBytes) { in data()
89 uint32_t w, uint32_t h, const void *data, uint32_t sizeBytes) { in data()
107 uint32_t w, uint32_t h, uint32_t d, const void *data, uint32_t sizeBytes) { in data()
111 uint32_t cIdx, uint32_t sizeBytes) { in elementData()
138 const void *data, uint32_t cIdx, uint32_t sizeBytes) { in elementData()
426 uint32_t count, const void *data, size_t sizeBytes) { in rsi_Allocation1DData()
432 …const void *data, size_t eoff, uint32_t sizeBytes) { // TODO: this seems wrong, eoff and sizeBytes… in rsi_Allocation2DElementData()
438 …const void *data, size_t eoff, uint32_t sizeBytes) { // TODO: this seems wrong, eoff and sizeBytes… in rsi_Allocation1DElementData()
444 uint32_t w, uint32_t h, const void *data, size_t sizeBytes) { in rsi_Allocation2DData()
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp375 const void *data, uint32_t sizeBytes) { in rsdAllocationData1D()
394 uint32_t w, uint32_t h, const void *data, uint32_t sizeBytes) { in rsdAllocationData2D()
424 uint32_t w, uint32_t h, uint32_t d, const void *data, uint32_t sizeBytes) { in rsdAllocationData3D()
497 const void *data, uint32_t cIdx, uint32_t sizeBytes) { in rsdAllocationElementData1D()
518 const void *data, uint32_t cIdx, uint32_t sizeBytes) { in rsdAllocationElementData2D()
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java280 …ive void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); in rsnAllocationData1D()
281 … synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { in nAllocationData1D()
285 …e void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); in rsnAllocationData1D()
286 …ynchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { in nAllocationData1D()
290 …ve void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); in rsnAllocationData1D()
291 …synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { in nAllocationData1D()
295 …e void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); in rsnAllocationData1D()
296 …ynchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) { in nAllocationData1D()
301 …nAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementData1D()
302 …ed void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementData1D()
[all …]
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp518 …_this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) in nAllocationData1D_i()
528 …his, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) in nAllocationData1D_s()
538 …this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) in nAllocationData1D_b()
548 …his, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) in nAllocationData1D_f()
559 …is, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) in nAllocationElementData1D()
570 jint w, jint h, jshortArray data, int sizeBytes) in nAllocationData2D_s()
581 jint w, jint h, jbyteArray data, int sizeBytes) in nAllocationData2D_b()
592 jint w, jint h, jintArray data, int sizeBytes) in nAllocationData2D_i()
603 jint w, jint h, jfloatArray data, int sizeBytes) in nAllocationData2D_f()
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DDefaultContainerService.java564 long sizeBytes = apkFile.length(); in calculateContainerSize() local
/frameworks/base/libs/utils/
DResourceTypes.cpp221 static bool assertIdmapHeader(const uint32_t* map, size_t sizeBytes) in assertIdmapHeader()
235 static status_t idmapLookup(const uint32_t* map, size_t sizeBytes, uint32_t key, uint32_t* outValue) in idmapLookup()
4433 bool ResTable::getIdmapInfo(const void* idmap, size_t sizeBytes, in getIdmapInfo()