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

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 133 public static final int USAGE_IO_INPUT = 0x0020;
252 USAGE_IO_INPUT |
258 if ((usage & USAGE_IO_INPUT) != 0) {
261 if ((usage & ~(USAGE_IO_INPUT |
403 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
407 if ((mUsage & USAGE_IO_INPUT) == 0) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 105 public static final int USAGE_IO_INPUT = 0x0020;
221 USAGE_IO_INPUT |
227 if ((usage & USAGE_IO_INPUT) != 0) {
230 if ((usage & ~(USAGE_IO_INPUT |
345 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
349 if ((mUsage & USAGE_IO_INPUT) == 0) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 215 milliseconds