HomeSort by relevance Sort by last modified time
    Searched refs:hasFaces (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
launchclip.rs 24 bool hasFaces;
TypeTest.java 163 assertTrue(b.create().hasFaces());
165 assertFalse(b.create().hasFaces());
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 176 (t0.hasFaces() != t1.hasFaces()) ||
240 (t0.hasFaces() != t1.hasFaces()) ||
308 (t0.hasFaces() != t1.hasFaces()) ||
376 (t0.hasFaces() != t1.hasFaces()) ||
444 (t0.hasFaces() != t1.hasFaces()) ||
    [all...]
  /frameworks/compile/slang/tests/P_reflection3264_divergent/
ScriptC_reflection3264_divergent.java.expect 289 (t0.hasFaces() != t1.hasFaces()) ||
332 (t0.hasFaces() != t1.hasFaces()) ||
371 (t0.hasFaces() != t1.hasFaces()) ||
407 (t0.hasFaces() != t1.hasFaces()) ||
442 (t0.hasFaces() != t1.hasFaces()) ||
    [all...]
  /frameworks/compile/slang/tests/P_reflection3264_divergent_support/
ScriptC_reflection3264_divergent.java.expect 286 (t0.hasFaces() != t1.hasFaces()) ||
329 (t0.hasFaces() != t1.hasFaces()) ||
368 (t0.hasFaces() != t1.hasFaces()) ||
404 (t0.hasFaces() != t1.hasFaces()) ||
439 (t0.hasFaces() != t1.hasFaces()) ||
    [all...]
  /frameworks/base/rs/java/android/renderscript/
AllocationAdapter.java 123 if (!mAdaptedAllocation.getType().hasFaces()) {
126 if (mWindow.hasFaces()) {
277 if (t.hasFaces() || t.hasMipmaps()) {
Type.java 139 public boolean hasFaces() {
189 if (hasFaces()) {
Program.java 171 if (va != null && va.getType().hasFaces() &&
Script.java 359 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) ||
Allocation.java     [all...]
  /frameworks/rs/driver/runtime/
rs_structs.h 45 bool hasFaces;
rs_allocation.c 32 return alloc->mHal.state.hasFaces;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 190 passed &= (b.create()->hasFaces());
192 passed &= !(b.create()->hasFaces());
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Type.java 137 public boolean hasFaces() {
156 if (hasFaces()) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 318 (t0.hasFaces() != t1.hasFaces()) ||
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 323 (t0.hasFaces() != t1.hasFaces()) ||
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 323 (t0.hasFaces() != t1.hasFaces()) ||
  /frameworks/rs/cpp/
Type.cpp 40 if (hasFaces()) {
rsCppStructs.h     [all...]
  /frameworks/rs/
rsAllocation.h 66 bool hasFaces;
rsAllocation.cpp 147 mHal.state.hasFaces = type->getDimFaces();
177 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) ||
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 108 if (alloc->mHal.state.hasFaces) {
124 if (alloc->mHal.state.hasFaces) {
134 if (alloc->mHal.state.hasFaces) {
452 if (alloc->mHal.state.hasFaces) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 620 milliseconds

1 2