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 | 202 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject() 267 drv->height = alloc->getType()->getDimY(); in rsdAllocationInit() 338 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO() 345 RSD_CALL_GL(glReadPixels, 0, 0, alloc->getType()->getDimX(), alloc->getType()->getDimY(), in rsdAllocationSyncFromFBO()
|
D | rsdBcc.cpp | 330 mtls.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEach() 335 mtls.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEach()
|
/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 | rsAllocation.cpp | 57 mHal.state.dimensionY = type->getDimY(); in updateCache() 454 uint32_t h = out.getDimY(); in mip565() 472 uint32_t h = out.getDimY(); in mip8888() 490 uint32_t h = out.getDimY(); in mip8() 535 size_t s = t->getDimX() * t->getDimY() * t->getElementSizeBytes(); in rsi_AllocationCopyToBitmap() 623 memcpy(texAlloc->getPtr(), data, t->getDimX() * t->getDimY() * t->getElementSizeBytes()); in rsi_AllocationCreateFromBitmap()
|
D | rsAdapter.h | 75 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
|
D | rsContext.cpp | 499 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight() 503 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
|
D | rsFont.cpp | 273 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() 564 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
|