HomeSort by relevance Sort by last modified time
    Searched refs:ProgramFragmentFixedFunction (Results 1 - 5 of 5) sorted by null

  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 23 * <p>ProgramFragmentFixedFunction is a helper class that provides
30 public class ProgramFragmentFixedFunction extends ProgramFragment {
31 ProgramFragmentFixedFunction(long id, RenderScript rs) {
45 * Creates ProgramFragmentFixedFunction from the current state
48 * @return ProgramFragmentFixedFunction
50 public ProgramFragmentFixedFunction create() {
75 ProgramFragmentFixedFunction pf = new ProgramFragmentFixedFunction(id, mRS);
291 public ProgramFragmentFixedFunction create() {
315 ProgramFragmentFixedFunction pf = sb.create()
    [all...]
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 96 ProgramFragmentFixedFunction.Builder pfb = new ProgramFragmentFixedFunction.Builder(mRS);
98 pfb.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.MODULATE,
99 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 415 milliseconds