Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdFrameBuffer.cpp84 fb->mHal.state.colorTargets[0]->getType()->getDimY()); in rsdFrameBufferSetActive()
87 fb->mHal.state.depthTarget->getType()->getDimY()); in rsdFrameBufferSetActive()
DrsdAllocation.cpp232 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject()
306 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
463 …_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.st… in rsdAllocationInit()
578 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
/frameworks/rs/
DrsType.cpp205 uint32_t y = getDimY(); in getIsNp2()
232 if (t->getDimY() != dimY) continue; in getTypeRef()
276 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize1D()
347 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
DrsAllocation.cpp553 (type0->getDimY() == type1->getDimY()) && in hasSameDims()
579 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCopyToBitmap()
616 if(t->getDimY()) { in rsi_AllocationRead()
618 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead()
659 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap()
DrsType.h69 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
DrsContext.cpp675 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight()
679 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
DrsFont.cpp275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache()
576 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp818 mtls->fep.dimY = inType->getDimY(); in forEachMtlsSetup()
825 mtls->fep.dimY = outType->getDimY(); in forEachMtlsSetup()
939 mtls->fep.dimY = inType->getDimY(); in forEachMtlsSetup()
955 mtls->fep.dimY = outType->getDimY(); in forEachMtlsSetup()