Searched refs:hasFaces (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect173 (t0.hasFaces() != t1.hasFaces()) ||
237 (t0.hasFaces() != t1.hasFaces()) ||
305 (t0.hasFaces() != t1.hasFaces()) ||
373 (t0.hasFaces() != t1.hasFaces()) ||
441 (t0.hasFaces() != t1.hasFaces()) ||
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java123 if (!mAdaptedAllocation.getType().hasFaces()) {
126 if (mWindow.hasFaces()) {
277 if (t.hasFaces() || t.hasMipmaps()) {
H A DType.java139 public boolean hasFaces() { method in class:Type
189 if (hasFaces()) {
H A DProgram.java171 if (va != null && va.getType().hasFaces() &&
H A DScript.java361 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) ||
H A DAllocation.java2076 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) {
2853 if (mType.hasFaces()) {
/frameworks/rs/driver/runtime/
H A Drs_structs.h45 bool hasFaces; member in struct:Allocation::__anon1998::__anon1999
H A Drs_allocation.c32 return alloc->mHal.state.hasFaces;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DType.java137 public boolean hasFaces() { method in class:Type
156 if (hasFaces()) {
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect315 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect320 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect320 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/rs/cpp/
H A DType.cpp40 if (hasFaces()) {
H A DrsCppStructs.h1637 bool hasFaces() const { function in class:android::RSC::Type
/frameworks/rs/
H A DrsAllocation.h66 bool hasFaces; member in struct:android::renderscript::Allocation::Hal::State
H A DrsAllocation.cpp147 mHal.state.hasFaces = type->getDimFaces();
177 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) ||
/frameworks/rs/driver/
H A DrsdAllocation.cpp106 if (alloc->mHal.state.hasFaces) {
122 if (alloc->mHal.state.hasFaces) {
132 if (alloc->mHal.state.hasFaces) {
450 if (alloc->mHal.state.hasFaces) {

Completed in 2373 milliseconds