• Home
  • Raw
  • Download

Lines Matching refs:uint32_t

28 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion,
29 RsContextType ct, uint32_t flags) __DEPRECATED_IN(31);
37 uint32_t* usrID, size_t usrID_length)
40 size_t receiveLen_length, uint32_t* usrID,
42 extern "C" void rsContextSendMessage(RsContext rsc, uint32_t id, const uint8_t* data,
59 bool mNormalized, uint32_t mVectorSize) __DEPRECATED_IN(31);
63 const uint32_t* arraySize, size_t arraySize_length)
65 extern "C" void rsaElementGetNativeData(RsContext con, RsElement elem, uint32_t* elemData,
66 uint32_t elemDataSize) __DEPRECATED_IN(31);
68 const char** names, size_t* arraySizes, uint32_t dataSize)
72 extern "C" RsType rsTypeCreate(RsContext rsc, RsElement e, uint32_t dimX, uint32_t dimY,
73 uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv)
78 uint32_t typeDataSize) __DEPRECATED_IN(31);
82 RsAllocationMipmapControl mipmaps, uint32_t usages,
87 uint32_t usages) __DEPRECATED_IN(31);
91 uint32_t usages) __DEPRECATED_IN(31);
97 extern "C" void rsAllocationSetupBufferQueue(RsContext rsc, RsAllocation alloc, uint32_t numAlloc)
104 const uint32_t* offsets, size_t offsets_length)
108 extern "C" void* rsAllocationGetPointer(RsContext rsc, RsAllocation va, uint32_t lod,
109 RsAllocationCubemapFace face, uint32_t z, uint32_t array,
111 extern "C" void rsAllocation1DData(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
112 uint32_t count, const void* data, size_t data_length)
114 extern "C" void rsAllocation1DElementData(RsContext rsc, RsAllocation va, uint32_t x, uint32_t lod,
117 extern "C" void rsAllocationElementData(RsContext rsc, RsAllocation va, uint32_t x, uint32_t y,
118 uint32_t z, uint32_t lod, const void* data,
120 extern "C" void rsAllocation2DData(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
121 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
122 uint32_t h, const void* data, size_t data_length, size_t stride)
124 extern "C" void rsAllocation3DData(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
125 uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d,
131 extern "C" void rsAllocation1DRead(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
132 uint32_t count, void* data, size_t data_length)
134 extern "C" void rsAllocationElementRead(RsContext rsc, RsAllocation va, uint32_t x, uint32_t y,
135 uint32_t z, uint32_t lod, void* data, size_t data_length,
137 extern "C" void rsAllocation2DRead(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
138 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
139 uint32_t h, void* data, size_t data_length, size_t stride)
141 extern "C" void rsAllocation3DRead(RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff,
142 uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d,
147 extern "C" void rsAllocationResize1D(RsContext rsc, RsAllocation va, uint32_t dimX)
149 extern "C" void rsAllocationCopy2DRange(RsContext rsc, RsAllocation dest, uint32_t destXoff,
150 uint32_t destYoff, uint32_t destMip, uint32_t destFace,
151 uint32_t width, uint32_t height, RsAllocation src,
152 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,
153 uint32_t srcFace) __DEPRECATED_IN(31);
154 extern "C" void rsAllocationCopy3DRange(RsContext rsc, RsAllocation dest, uint32_t destXoff,
155 uint32_t destYoff, uint32_t destZoff, uint32_t destMip,
156 uint32_t width, uint32_t height, uint32_t depth,
157 RsAllocation src, uint32_t srcXoff, uint32_t srcYoff,
158 uint32_t srcZoff, uint32_t srcMip) __DEPRECATED_IN(31);
186 extern "C" void rsClosureSetArg(RsContext rsc, RsClosure closureID, uint32_t index, uintptr_t value,
192 extern "C" RsScriptInvokeID rsScriptInvokeIDCreate(RsContext rsc, RsScript s, uint32_t slot)
212 extern "C" RsScript rsScriptIntrinsicCreate(RsContext rsc, uint32_t id, RsElement eid)
214 extern "C" void rsScriptBindAllocation(RsContext rsc, RsScript vtm, RsAllocation va, uint32_t slot)
218 extern "C" void rsScriptInvoke(RsContext rsc, RsScript s, uint32_t slot) __DEPRECATED_IN(31);
219 extern "C" void rsScriptInvokeV(RsContext rsc, RsScript s, uint32_t slot, const void* data,
221 extern "C" void rsScriptForEach(RsContext rsc, RsScript s, uint32_t slot, RsAllocation ain,
224 extern "C" void rsScriptForEachMulti(RsContext rsc, RsScript s, uint32_t slot, RsAllocation* ains,
228 extern "C" void rsScriptReduce(RsContext rsc, RsScript s, uint32_t slot, RsAllocation* ains,
231 extern "C" void rsScriptSetVarI(RsContext rsc, RsScript s, uint32_t slot, int value)
233 extern "C" void rsScriptSetVarObj(RsContext rsc, RsScript s, uint32_t slot, RsObjectBase value)
235 extern "C" void rsScriptSetVarJ(RsContext rsc, RsScript s, uint32_t slot, int64_t value)
237 extern "C" void rsScriptSetVarF(RsContext rsc, RsScript s, uint32_t slot, float value)
239 extern "C" void rsScriptSetVarD(RsContext rsc, RsScript s, uint32_t slot, double value)
241 extern "C" void rsScriptSetVarV(RsContext rsc, RsScript s, uint32_t slot, const void* data,
243 extern "C" void rsScriptGetVarV(RsContext rsc, RsScript s, uint32_t slot, void* data,
245 extern "C" void rsScriptSetVarVE(RsContext rsc, RsScript s, uint32_t slot, const void* data,
246 size_t data_length, RsElement e, const uint32_t* dims,
250 extern "C" RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, uint32_t sdkVersion,
251 RsSurfaceConfig sc, uint32_t dpi) __DEPRECATED_IN(31);
252 extern "C" void rsContextSetSurface(RsContext rsc, uint32_t width, uint32_t height,
280 float fontSize, uint32_t dpi) __DEPRECATED_IN(31);
282 float fontSize, uint32_t dpi, const void* data,
285 RsAllocation* idx, size_t idx_length, uint32_t* primType,
287 extern "C" void rsProgramBindConstants(RsContext rsc, RsProgram vp, uint32_t slot,
289 extern "C" void rsProgramBindTexture(RsContext rsc, RsProgramFragment pf, uint32_t slot,
291 extern "C" void rsProgramBindSampler(RsContext rsc, RsProgramFragment pf, uint32_t slot,
294 extern "C" RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file)
296 extern "C" RsFile rsaFileA3DCreateFromMemory(RsContext con, const void* data, uint32_t len)
303 uint32_t numEntries, RsFile file) __DEPRECATED_IN(31);
308 uint32_t vtxDataCount) __DEPRECATED_IN(31);
309 extern "C" void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation* va, uint32_t* primType,
310 uint32_t idxDataCount) __DEPRECATED_IN(31);