Searched refs:getDimX (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/ |
D | rsAdapter.h | 38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() function 70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() function
|
D | rsFont.cpp | 122 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph() 274 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache() 460 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap() 564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture() 566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 574 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture() 576 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
|
D | rsAllocation.cpp | 552 (type0->getDimX() == type1->getDimX()) && in hasSameDims() 579 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCopyToBitmap() 618 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationRead() 620 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes); in rsi_AllocationRead() 659 t->getDimX(), t->getDimY(), data, sizeBytes, 0); in rsi_AllocationCreateFromBitmap() 683 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() 691 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsType.cpp | 204 uint32_t x = getDimX(); in getIsNp2() 231 if (t->getDimX() != dimX) continue; in getTypeRef() 346 (*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 | rsType.h | 68 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
|
D | rsContext.cpp | 663 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX(); in getCurrentSurfaceWidth() 667 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 | rsdPath.cpp | 113 mSegmentCount = vtx->getType()->getDimX() / 3; in DrvPathStatic()
|
D | rsdAllocation.cpp | 305 alloc->mHal.drvState.lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable() 402 … if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % 16) != 0) { in rsdAllocationInit() 463 …alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType… in rsdAllocationInit() 536 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() 577 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(), in rsdAllocationSyncFromFBO()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 817 mtls->fep.dimX = inType->getDimX(); in forEachMtlsSetup() 824 mtls->fep.dimX = outType->getDimX(); in forEachMtlsSetup() 938 mtls->fep.dimX = inType->getDimX(); in forEachMtlsSetup() 954 mtls->fep.dimX = outType->getDimX(); in forEachMtlsSetup()
|