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 | 232 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/ |
D | rsType.cpp | 205 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()
|
D | rsAdapter.h | 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
|
D | rsAllocation.cpp | 553 (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()
|
D | rsType.h | 69 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
|
D | rsContext.cpp | 675 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight() 679 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
|
D | rsFont.cpp | 275 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/ |
D | rsCpuScript.cpp | 818 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()
|