Searched refs:getDimY (Results 1 – 11 of 11) 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 | 224 rsAssert(!alloc->mHal.state.type->getDimY()); in UploadToBufferObject() 299 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable() 479 …_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.st… in rsdAllocationInitStrided() 636 alloc->getType()->getDimY()); in rsdAllocationSyncFromFBO()
|
/frameworks/rs/ |
D | rsApiType.cpp | 33 (*typeData++) = t->getDimY(); in rsaTypeGetNativeData()
|
D | rsType.cpp | 210 uint32_t y = getDimY(); in getIsNp2() 236 if (t->getDimY() != params->dimY) continue; in getTypeRef() 300 p.dimY = getDimY(); in cloneAndResize1D()
|
D | rsAllocation.cpp | 657 (type0->getDimY() == type1->getDimY()) && in hasSameDims() 680 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCopyToBitmap() 718 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(), in rsi_AllocationRead() 720 } else if(t->getDimY()) { in rsi_AllocationRead() 722 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead() 776 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap()
|
D | rsType.h | 74 uint32_t getDimY() const {return mHal.state.dimY;} in getDimY() function
|
D | rsContext.cpp | 604 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY(); in getCurrentSurfaceHeight() 608 return mFBOCache.mHal.state.depthTarget->getType()->getDimY(); in getCurrentSurfaceHeight()
|
D | rsFont.cpp | 274 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() 574 …mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), next… in initTextTexture()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 571 mtls->redp.dim.y = inType->getDimY(); in reduceMtlsSetup() 655 mtls->fep.dim.y = inType->getDimY(); in forEachMtlsSetup() 670 mtls->fep.dim.y = outType->getDimY(); in forEachMtlsSetup()
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 86 alloc->mHal.drvState.lod[0].dimY = type->getDimY(); in AllocationBuildPointerTable() 224 mHeight(type->getDimY()), in RSoVAllocation()
|
D | rsovScript.cpp | 404 mappedMetadata[id].y_size = T->getDimY(); in MarshalTypeInfo()
|