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

  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 31 mAdaptedAllocation = alloc;
105 int tx = mAdaptedAllocation.mType.getX();
106 int ty = mAdaptedAllocation.mType.getY();
107 int tz = mAdaptedAllocation.mType.getZ();
143 if (!mAdaptedAllocation.getType().hasMipmaps()) {
160 if (!mAdaptedAllocation.getType().hasFaces()) {
181 if (mAdaptedAllocation.getType().getY() == 0) {
184 if (mAdaptedAllocation.getType().getY() <= y) {
202 if (mAdaptedAllocation.getType().getZ() == 0) {
205 if (mAdaptedAllocation.getType().getZ() <= z)
    [all...]
Allocation.java 63 Allocation mAdaptedAllocation;
192 if (mAdaptedAllocation != null) {
193 return mAdaptedAllocation.getID(mRS);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 63 Allocation mAdaptedAllocation;
163 if (mAdaptedAllocation != null) {
164 return mAdaptedAllocation.getID(mRS);
839 if (mAdaptedAllocation != null) {
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 226 if (mAdaptedAllocation != NULL) {
288 if (mAdaptedAllocation != NULL) {
rsCppStructs.h 292 sp<Allocation> mAdaptedAllocation;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 514 milliseconds