Searched refs:getDimY (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
87 fb->mHal.state.depthTarget->getType()->getDimY());
H A DrsdAllocation.cpp232 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);
578 alloc->getType()->getDimY());
/frameworks/rs/
H A DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} function in class:android::renderscript::Adapter2D
H A DrsType.cpp205 uint32_t y = getDimY();
232 if (t->getDimY() != dimY) continue;
276 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv());
347 (*typeData++) = t->getDimY();
H A DrsType.h69 uint32_t getDimY() const {return mHal.state.dimY;} function in class:android::renderscript::Type
H A DrsAllocation.cpp553 (type0->getDimY() == type1->getDimY()) &&
579 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
616 if(t->getDimY()) {
618 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
659 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
H A DrsContext.cpp675 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY();
679 return mFBOCache.mHal.state.depthTarget->getType()->getDimY();
H A DrsFont.cpp275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
576 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp818 mtls->fep.dimY = inType->getDimY();
825 mtls->fep.dimY = outType->getDimY();
939 mtls->fep.dimY = inType->getDimY();
955 mtls->fep.dimY = outType->getDimY();

Completed in 301 milliseconds