Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 42) sorted by relevance

12

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DElement.java338 public static Element U8(RenderScript rs) { in U8()
356 public static Element I8(RenderScript rs) { in I8()
367 public static Element U16(RenderScript rs) { in U16()
378 public static Element I16(RenderScript rs) { in I16()
389 public static Element U32(RenderScript rs) { in U32()
400 public static Element I32(RenderScript rs) { in I32()
411 public static Element U64(RenderScript rs) { in U64()
422 public static Element I64(RenderScript rs) { in I64()
433 public static Element F16(RenderScript rs) { in F16()
1102 Element(long id, RenderScript rs) { in Element()
[all …]
H A DSampler.java57 Sampler(long id, RenderScript rs) { in Sampler()
105 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST()
129 public static Sampler CLAMP_LINEAR(RenderScript rs) { in CLAMP_LINEAR()
153 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { in CLAMP_LINEAR_MIP_LINEAR()
177 public static Sampler WRAP_NEAREST(RenderScript rs) { in WRAP_NEAREST()
201 public static Sampler WRAP_LINEAR(RenderScript rs) { in WRAP_LINEAR()
225 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR()
249 public static Sampler MIRRORED_REPEAT_NEAREST(RenderScript rs) { in MIRRORED_REPEAT_NEAREST()
273 public static Sampler MIRRORED_REPEAT_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR()
297 public static Sampler MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
[all …]
H A DScriptC.java43 protected ScriptC(int id, RenderScript rs) { in ScriptC()
53 protected ScriptC(long id, RenderScript rs) { in ScriptC()
64 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { in ScriptC()
78 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) { in ScriptC()
92 …private static synchronized long internalCreate(RenderScript rs, Resources resources, int resource… in internalCreate()
127 …private static synchronized long internalStringCreate(RenderScript rs, String resName, byte[] bitc… in internalStringCreate()
H A DProgramRaster.java57 ProgramRaster(long id, RenderScript rs) { in ProgramRaster()
86 public static ProgramRaster CULL_BACK(RenderScript rs) { in CULL_BACK()
98 public static ProgramRaster CULL_FRONT(RenderScript rs) { in CULL_FRONT()
110 public static ProgramRaster CULL_NONE(RenderScript rs) { in CULL_NONE()
131 public Builder(RenderScript rs) { in Builder()
H A DFileA3D.java134 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) { in internalCreate()
162 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry()
175 FileA3D(long id, RenderScript rs, InputStream stream) { in FileA3D()
238 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) { in createFromAsset()
259 static public FileA3D createFromFile(RenderScript rs, String path) { in createFromFile()
279 static public FileA3D createFromFile(RenderScript rs, File path) { in createFromFile()
294 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) { in createFromResource()
H A DFont.java154 Font(long id, RenderScript rs) { in Font()
163 … static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) { in createFromFile()
179 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) { in createFromFile()
186 … static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) { in createFromAsset()
202 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { in createFromResource()
243 …static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, floa… in create()
H A DProgramVertexFixedFunction.java33 ProgramVertexFixedFunction(long id, RenderScript rs) { in ProgramVertexFixedFunction()
54 public InternalBuilder(RenderScript rs) { in InternalBuilder()
126 public Builder(RenderScript rs) { in Builder()
140 static Type getConstantInputType(RenderScript rs) { in getConstantInputType()
225 public Constants(RenderScript rs) { in Constants()
H A DProgramFragment.java42 ProgramFragment(long id, RenderScript rs) { in ProgramFragment()
57 public Builder(RenderScript rs) { in Builder()
H A DAllocationAdapter.java30 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { in AllocationAdapter()
235 static public AllocationAdapter create1D(RenderScript rs, Allocation a) { in create1D()
242 static public AllocationAdapter create2D(RenderScript rs, Allocation a) { in create2D()
270 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped()
H A DScriptIntrinsicYuvToRGB.java35 ScriptIntrinsicYuvToRGB(long id, RenderScript rs) { in ScriptIntrinsicYuvToRGB()
49 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) { in create()
H A DScriptIntrinsicColorMatrix.java49 private ScriptIntrinsicColorMatrix(long id, RenderScript rs) { in ScriptIntrinsicColorMatrix()
68 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { in create()
80 public static ScriptIntrinsicColorMatrix create(RenderScript rs) { in create()
H A DProgramStore.java160 ProgramStore(long id, RenderScript rs) { in ProgramStore()
249 public static ProgramStore BLEND_NONE_DEPTH_TEST(RenderScript rs) { in BLEND_NONE_DEPTH_TEST()
270 public static ProgramStore BLEND_NONE_DEPTH_NONE(RenderScript rs) { in BLEND_NONE_DEPTH_NONE()
294 public static ProgramStore BLEND_ALPHA_DEPTH_TEST(RenderScript rs) { in BLEND_ALPHA_DEPTH_TEST()
317 public static ProgramStore BLEND_ALPHA_DEPTH_NONE(RenderScript rs) { in BLEND_ALPHA_DEPTH_NONE()
347 public Builder(RenderScript rs) { in Builder()
H A DProgramVertex.java54 ProgramVertex(long id, RenderScript rs) { in ProgramVertex()
96 public Builder(RenderScript rs) { in Builder()
H A DScriptIntrinsicResize.java30 private ScriptIntrinsicResize(long id, RenderScript rs) { in ScriptIntrinsicResize()
44 public static ScriptIntrinsicResize create(RenderScript rs) { in create()
H A DScriptIntrinsic3DLUT.java35 private ScriptIntrinsic3DLUT(long id, RenderScript rs, Element e) { in ScriptIntrinsic3DLUT()
50 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) { in create()
H A DScriptIntrinsicConvolve5x5.java31 private ScriptIntrinsicConvolve5x5(long id, RenderScript rs) { in ScriptIntrinsicConvolve5x5()
55 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) { in create()
H A DScriptIntrinsicBlur.java32 private ScriptIntrinsicBlur(long id, RenderScript rs) { in ScriptIntrinsicBlur()
48 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) { in create()
H A DScriptIntrinsicConvolve3x3.java31 private ScriptIntrinsicConvolve3x3(long id, RenderScript rs) { in ScriptIntrinsicConvolve3x3()
53 public static ScriptIntrinsicConvolve3x3 create(RenderScript rs, Element e) { in create()
H A DType.java233 Type(long id, RenderScript rs) { in Type()
268 static public Type createX(RenderScript rs, Element e, int dimX) { in createX()
292 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY()
318 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
355 public Builder(RenderScript rs, Element e) { in Builder()
H A DBaseObj.java36 BaseObj(long id, RenderScript rs) { in BaseObj()
59 long getID(RenderScript rs) { in getID()
H A DRSSurfaceView.java141 RenderScriptGL rs = new RenderScriptGL(this.getContext(), sc); in createRenderScriptGL() local
159 public void setRenderScriptGL(RenderScriptGL rs) { in setRenderScriptGL()
H A DRSTextureView.java153 RenderScriptGL rs = new RenderScriptGL(this.getContext(), sc); in createRenderScriptGL() local
178 public void setRenderScriptGL(RenderScriptGL rs) { in setRenderScriptGL()
H A DScriptIntrinsicHistogram.java30 private ScriptIntrinsicHistogram(long id, RenderScript rs) { in ScriptIntrinsicHistogram()
47 public static ScriptIntrinsicHistogram create(RenderScript rs, Element e) { in create()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.cpp178 ReliableSurface* rs = reinterpret_cast<ReliableSurface*>(data); in hook_dequeueBuffer() local
205 ReliableSurface* rs = reinterpret_cast<ReliableSurface*>(data); in hook_cancelBuffer() local
219 ReliableSurface* rs = reinterpret_cast<ReliableSurface*>(data); in hook_queueBuffer() local
237 ReliableSurface* rs = reinterpret_cast<ReliableSurface*>(data); in hook_perform() local
277 ReliableSurface* rs = reinterpret_cast<ReliableSurface*>(data); in hook_query() local
/aosp14/frameworks/base/core/java/android/os/
H A DRecoverySystem.java521 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in processPackage() local
670 RecoverySystem rs = (RecoverySystem) context.getSystemService( in installPackage() local
745 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in prepareForUnattendedUpdate() local
767 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in clearPrepareForUnattendedUpdate() local
795 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in rebootAndApply() local
815 RecoverySystem rs = context.getSystemService(RecoverySystem.class); in isPreparedForUnattendedUpdate() local
838 RecoverySystem rs = context.getSystemService(RecoverySystem.class); in rebootAndApply() local
873 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in scheduleUpdateOnBoot() local
893 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in cancelScheduledUpdate() local
1299 RecoverySystem rs = (RecoverySystem) context.getSystemService(Context.RECOVERY_SERVICE); in bootCommand() local

12