Searched refs:getDimY (Results 1 – 15 of 15) 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 | 212 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject() 238 drv->lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable() 407 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
|
D | rsdBcc.cpp | 261 mtls->fep.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup() 266 mtls->fep.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsType.cpp | 203 uint32_t y = getDimY(); in getIsNp2() 230 if (t->getDimY() != dimY) continue; in getTypeRef() 260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D() 324 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
|
D | rsAllocation.cpp | 54 mHal.state.dimensionY = type->getDimY(); in updateCache() 439 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCopyToBitmap() 469 if(t->getDimY()) { in rsi_AllocationRead() 471 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationRead() 512 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCreateFromBitmap()
|
D | rsAdapter.h | 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
|
D | rsType.h | 67 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
|
/frameworks/rs/ |
D | rsType.cpp | 203 uint32_t y = getDimY(); in getIsNp2() 230 if (t->getDimY() != dimY) continue; in getTypeRef() 260 getDimY(), getDimZ(), getDimLOD(), getDimFaces()); in cloneAndResize1D() 324 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
|
D | rsAdapter.h | 71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
|
D | rsAllocation.cpp | 57 mHal.state.dimensionY = type->getDimY(); in updateCache() 501 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCopyToBitmap() 531 if(t->getDimY()) { in rsi_AllocationRead() 533 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationRead() 574 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCreateFromBitmap()
|
D | rsType.h | 67 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
|
D | rsContext.cpp | 552 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight() 556 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/support/renderscript/v8/rs_support/driver/ |
D | rsdBcc.cpp | 434 mtls->fep.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup() 439 mtls->fep.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
|
D | rsdAllocation.cpp | 73 drv->lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
|