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

  /frameworks/rs/driver/
rsdFrameBuffer.cpp 84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
87 fb->mHal.state.depthTarget->getType()->getDimY());
rsdAllocation.cpp 232 rsAssert(!alloc->mHal.state.type->getDimY());
306 alloc->mHal.drvState.lod[0].dimY = type->getDimY();
463 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
567 alloc->getType()->getDimY());
    [all...]
  /frameworks/rs/
rsAdapter.h 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
rsType.cpp 191 uint32_t y = getDimY();
218 if (t->getDimY() != dimY) continue;
250 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
314 (*typeData++) = t->getDimY();
rsType.h 67 uint32_t getDimY() const {return mHal.state.dimY;}
rsAllocation.cpp 538 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
575 if(t->getDimY()) {
577 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
618 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
rsContext.cpp 654 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY();
658 return mFBOCache.mHal.state.depthTarget->getType()->getDimY();
rsFont.cpp 275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
576 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 762 mtls->fep.dimY = ain->getType()->getDimY();
767 mtls->fep.dimY = aout->getType()->getDimY();
    [all...]

Completed in 1539 milliseconds