HomeSort by relevance Sort by last modified time
    Searched defs:renderscript (Results 76 - 100 of 835) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
ProgramFragment.java 17 package android.renderscript;
23 * <p>The RenderScript fragment program, also known as fragment shader is responsible
39 ProgramFragment(long id, RenderScript rs) {
53 public Builder(RenderScript rs) {
ProgramVertex.java 19 * <p>The RenderScript vertex program, also known as a vertex shader, describes a stage in
21 * The object is constructed by providing the RenderScript system with the following data:</p>
31 * the one provided during creation. The RenderScript library then does all the necessary plumbing
39 package android.renderscript;
52 ProgramVertex(long id, RenderScript rs) {
93 public Builder(RenderScript rs) {
ScriptIntrinsic3DLUT.java 17 package android.renderscript;
31 private ScriptIntrinsic3DLUT(long id, RenderScript rs, Element e) {
41 * @param rs The RenderScript context
46 public static ScriptIntrinsic3DLUT create(RenderScript rs, Element e) {
57 * Sets the {@link android.renderscript.Allocation} to be used as the lookup table.
59 * The lookup table must use the same {@link android.renderscript.Element} as the intrinsic.
ScriptIntrinsicBlur.java 17 package android.renderscript;
29 private ScriptIntrinsicBlur(long id, RenderScript rs) {
40 * @param rs The RenderScript context
45 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) {
ScriptIntrinsicConvolve3x3.java 17 package android.renderscript;
27 private ScriptIntrinsicConvolve3x3(long id, RenderScript rs) {
44 * @param rs The RenderScript context
49 public static ScriptIntrinsicConvolve3x3 create(RenderScript rs, Element e) {
ScriptIntrinsicConvolve5x5.java 17 package android.renderscript;
27 private ScriptIntrinsicConvolve5x5(long id, RenderScript rs) {
46 * @param rs The RenderScript context
51 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) {
ScriptIntrinsicHistogram.java 17 package android.renderscript;
27 private ScriptIntrinsicHistogram(long id, RenderScript rs) {
39 * @param rs The RenderScript context
44 public static ScriptIntrinsicHistogram create(RenderScript rs, Element e) {
ScriptIntrinsicResize.java 17 package android.renderscript;
25 private ScriptIntrinsicResize(long id, RenderScript rs) {
35 * @param rs The RenderScript context
39 public static ScriptIntrinsicResize create(RenderScript rs) {
ScriptIntrinsicYuvToRGB.java 17 package android.renderscript;
30 ScriptIntrinsicYuvToRGB(long id, RenderScript rs) {
39 * @param rs The RenderScript context
44 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 24 namespace renderscript { namespace in namespace:android
90 } // namespace renderscript
  /frameworks/rs/
rsAnimation.h 25 namespace renderscript { namespace in namespace:android
64 } // namespace renderscript
rsClosure.cpp 9 namespace renderscript { namespace in namespace:android
152 } // namespace renderscript
rsComponent.cpp 20 namespace renderscript { namespace in namespace:android
276 } // namespace renderscript
rsCppUtils.cpp 32 namespace renderscript { namespace in namespace:android
120 } // namespace renderscript
rsFBOCache.cpp 23 namespace renderscript { namespace in namespace:android
94 } // namespace renderscript
rsFBOCache.h 24 namespace renderscript { namespace in namespace:android
66 } // namespace renderscript
rsFifoSocket.cpp 28 namespace renderscript { namespace in namespace:android
105 } // namespace renderscript
rsGrallocConsumer.h 25 namespace renderscript { namespace in namespace:android
76 } // namespace renderscript
rsMatrix3x3.cpp 26 namespace renderscript { namespace in namespace:android
81 } // namespace renderscript
rsMatrix4x4.h 25 namespace renderscript { namespace in namespace:android
81 } // namespace renderscript
rsProgramFragment.h 24 namespace renderscript { namespace in namespace:android
63 } // namespace renderscript
rsProgramRaster.h 26 namespace renderscript { namespace in namespace:android
84 } // namespace renderscript
rsScriptGroupBase.h 7 namespace renderscript { namespace in namespace:android
38 } // namespace renderscript
rsScriptIntrinsic.cpp 22 namespace renderscript { namespace in namespace:android
96 } // namespace renderscript
  /frameworks/rs/rsov/driver/
rsovContext.h 24 namespace renderscript { namespace in namespace:android
57 } // namespace renderscript

Completed in 718 milliseconds

1 2 34 5 6 7 8 91011>>