Searched refs:getDimY (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/driver/ |
D | rsdFrameBuffer.cpp | 84 fb->mHal.state.colorTargets[0]->getType()->getDimY()); in rsdFrameBufferSetActive() 87 fb->mHal.state.depthTarget->getType()->getDimY()); in rsdFrameBufferSetActive()
|
D | rsdAllocation.cpp | 230 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/ |
D | rsType.cpp | 233 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()
|
D | rsAdapter.h | 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
|
D | rsType.h | 68 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
|
D | rsAllocation.cpp | 496 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()
|
D | rsContext.cpp | 645 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight() 649 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
|
D | rsFont.cpp | 273 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/ |
D | rsCpuScript.cpp | 496 mtls->fep.dimY = ain->getType()->getDimY(); in forEachMtlsSetup() 501 mtls->fep.dimY = aout->getType()->getDimY(); in forEachMtlsSetup()
|