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.cpp230 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject()
295 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
452 …_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.st… in rsdAllocationInit()
556 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
/frameworks/rs/
DrsType.cpp233 uint32_t y = getDimY(); in getIsNp2()
260 if (t->getDimY() != dimY) continue; in getTypeRef()
292 getDimY(), getDimZ(), getDimLOD(), getDimFaces(), getDimYuv()); in cloneAndResize1D()
356 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
DrsType.h68 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
DrsAllocation.cpp496 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCopyToBitmap()
533 if(t->getDimY()) { in rsi_AllocationRead()
535 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead()
576 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap()
DrsContext.cpp645 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight()
649 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
DrsFont.cpp273 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache()
570 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp496 mtls->fep.dimY = ain->getType()->getDimY(); in forEachMtlsSetup()
501 mtls->fep.dimY = aout->getType()->getDimY(); in forEachMtlsSetup()