Home
last modified time | relevance | path

Searched refs:hasFaces (Results 1 – 22 of 22) sorted by relevance

/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect176 (t0.hasFaces() != t1.hasFaces()) ||
240 (t0.hasFaces() != t1.hasFaces()) ||
308 (t0.hasFaces() != t1.hasFaces()) ||
376 (t0.hasFaces() != t1.hasFaces()) ||
444 (t0.hasFaces() != t1.hasFaces()) ||
512 (t0.hasFaces() != t1.hasFaces()) ||
576 (t0.hasFaces() != t1.hasFaces()) ||
640 (t0.hasFaces() != t1.hasFaces()) ||
708 (t0.hasFaces() != t1.hasFaces()) ||
776 (t0.hasFaces() != t1.hasFaces()) ||
[all …]
/frameworks/compile/slang/tests/P_reflection3264_divergent/
DScriptC_reflection3264_divergent.java.expect289 (t0.hasFaces() != t1.hasFaces()) ||
332 (t0.hasFaces() != t1.hasFaces()) ||
371 (t0.hasFaces() != t1.hasFaces()) ||
407 (t0.hasFaces() != t1.hasFaces()) ||
442 (t0.hasFaces() != t1.hasFaces()) ||
477 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
DScriptC_reflection3264_divergent.java.expect286 (t0.hasFaces() != t1.hasFaces()) ||
329 (t0.hasFaces() != t1.hasFaces()) ||
368 (t0.hasFaces() != t1.hasFaces()) ||
404 (t0.hasFaces() != t1.hasFaces()) ||
439 (t0.hasFaces() != t1.hasFaces()) ||
474 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java123 if (!mAdaptedAllocation.getType().hasFaces()) { in setFace()
126 if (mWindow.hasFaces()) { in setFace()
277 if (t.hasFaces() || t.hasMipmaps()) { in createTyped()
DType.java139 public boolean hasFaces() { in hasFaces() method in Type
189 if (hasFaces()) { in calcElementCount()
DProgram.java173 if (va != null && va.getType().hasFaces() && in bindTexture()
DScript.java360 if (t.hasMipmaps() || t.hasFaces() || (t.getY() != 0) || in bindAllocation()
DAllocation.java2076 if ((mType.getY() > 0)|| (mType.getZ() > 0) || mType.hasFaces() || mType.hasMipmaps()) { in resize()
2853 if (mType.hasFaces()) { in getByteBuffer()
/frameworks/rs/support/java/src/androidx/renderscript/
DType.java137 public boolean hasFaces() { in hasFaces() method in Type
156 if (hasFaces()) { in calcElementCount()
/frameworks/rs/driver/runtime/
Drs_structs.h45 bool hasFaces; member
Drs_allocation.c32 return alloc->mHal.state.hasFaces; in rsAllocationGetDimFaces()
/frameworks/rs/cpp/
DType.cpp40 if (hasFaces()) { in calcElementCount()
DrsCppStructs.h1637 bool hasFaces() const { in hasFaces() function
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect318 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/rs/
DrsAllocation.h66 bool hasFaces; member
DrsAllocation.cpp147 mHal.state.hasFaces = type->getDimFaces(); in updateCache()
177 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) || in getPointer()
/frameworks/rs/driver/
DrsdAllocation.cpp109 if (alloc->mHal.state.hasFaces) { in Update2DTexture()
125 if (alloc->mHal.state.hasFaces) { in Upload2DTexture()
135 if (alloc->mHal.state.hasFaces) { in Upload2DTexture()
453 if (alloc->mHal.state.hasFaces) { in rsdAllocationInitStrided()
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect323 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
DScriptC_reduce_general_examples_backward.java.expect323 (t0.hasFaces() != t1.hasFaces()) ||
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26773 method public boolean hasFaces();
/frameworks/base/non-updatable-api/
Dcurrent.txt40775 method public boolean hasFaces();
/frameworks/base/api/
Dcurrent.txt40919 method public boolean hasFaces();