Searched refs:getDimY (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/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 | 189 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject() 319 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO() 326 RSD_CALL_GL(glReadPixels, 0, 0, alloc->getType()->getDimX(), alloc->getType()->getDimY(), in rsdAllocationSyncFromFBO()
|
D | rsdBcc.cpp | 311 mtls.dimY = ain->getType()->getDimY(); in rsdScriptInvokeForEach() 316 mtls.dimY = aout->getType()->getDimY(); in rsdScriptInvokeForEach()
|
/frameworks/base/libs/rs/ |
D | rsType.cpp | 194 uint32_t y = getDimY(); in getIsNp2() 221 if (t->getDimY() != dimY) continue; in getTypeRef() 284 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
|
D | rsAllocation.cpp | 52 mHal.state.dimensionY = type->getDimY(); in updateCache() 335 uint32_t h = out.getDimY(); in mip565() 353 uint32_t h = out.getDimY(); in mip8888() 371 uint32_t h = out.getDimY(); in mip8() 416 size_t s = t->getDimX() * t->getDimY() * t->getElementSizeBytes(); in rsi_AllocationCopyToBitmap() 504 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 | 38 uint32_t getDimY() const {return mDimY;} in getDimY() function
|
D | rsFont.cpp | 272 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() 552 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
|