Searched refs:getDimX (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 121 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph() 273 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache() 459 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap() 562 mCacheLines.push_back(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture() 564 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 566 mCacheLines.push_back(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 568 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 570 mCacheLines.push_back(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 572 mCacheLines.push_back(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture() 574 …mCacheLines.push_back(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), next… in initTextTexture()
|
D | rsApiType.cpp | 32 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
|
D | rsMesh.cpp | 185 … renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX()); in renderPrimitive() 189 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX()); in renderPrimitive() 235 numVerts = bufferType->getDimX(); in computeBBox()
|
D | rsAllocation.cpp | 656 (type0->getDimX() == type1->getDimX()) && 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() 722 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead() 724 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes); in rsi_AllocationRead() 776 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap() 800 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() 808 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsType.h | 73 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
|
D | rsType.cpp | 209 uint32_t x = getDimX(); in getIsNp2() 235 if (t->getDimX() != params->dimX) continue; in getTypeRef()
|
D | rsContext.cpp | 591 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX(); in getCurrentSurfaceWidth() 595 return mFBOCache.mHal.state.depthTarget->getType()->getDimX(); in getCurrentSurfaceWidth()
|
/frameworks/rs/driver/ |
D | rsdFrameBuffer.cpp | 83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(), in rsdFrameBufferSetActive() 86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(), in rsdFrameBufferSetActive()
|
D | rsdAllocation.cpp | 301 alloc->mHal.drvState.lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable() 422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided() 482 …alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType… in rsdAllocationInitStrided() 597 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() 638 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(), in rsdAllocationSyncFromFBO()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 581 mtls->redp.dim.x = inType->getDimX(); in reduceMtlsSetup() 665 mtls->fep.dim.x = inType->getDimX(); in forEachMtlsSetup() 680 mtls->fep.dim.x = outType->getDimX(); in forEachMtlsSetup()
|