Home
last modified time | relevance | path

Searched refs:getDimY (Results 1 – 15 of 15) 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.cpp212 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject()
238 drv->lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()
407 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
DrsdBcc.cpp261 mtls->fep.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
266 mtls->fep.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
/frameworks/support/renderscript/v8/rs_support/
DrsType.cpp203 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()
DrsAllocation.cpp54 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()
DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
DrsType.h67 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
/frameworks/rs/
DrsType.cpp203 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()
DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} in getDimY() function
DrsAllocation.cpp57 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()
DrsType.h67 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
DrsContext.cpp552 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight()
556 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/support/renderscript/v8/rs_support/driver/
DrsdBcc.cpp434 mtls->fep.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
439 mtls->fep.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEachMtlsSetup()
DrsdAllocation.cpp73 drv->lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable()