/frameworks/support/renderscript/v8/rs_support/ |
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 | rsAllocation.cpp | 53 mHal.state.dimensionX = type->getDimX(); in updateCache() 439 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCopyToBitmap() 471 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationRead() 473 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes); in rsi_AllocationRead() 512 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCreateFromBitmap() 536 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() 544 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsType.cpp | 202 uint32_t x = getDimX(); in getIsNp2() 229 if (t->getDimX() != dimX) continue; in getTypeRef() 323 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
|
D | rsType.h | 66 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
|
/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 | 120 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph() 272 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache() 454 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap() 558 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture() 560 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 562 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 564 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 566 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 568 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture() 570 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
|
D | rsAllocation.cpp | 56 mHal.state.dimensionX = type->getDimX(); in updateCache() 501 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCopyToBitmap() 533 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationRead() 535 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes); in rsi_AllocationRead() 574 t->getDimX(), t->getDimY(), data, sizeBytes); in rsi_AllocationCreateFromBitmap() 598 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap() 606 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsType.cpp | 202 uint32_t x = getDimX(); in getIsNp2() 229 if (t->getDimX() != dimX) continue; in getTypeRef() 323 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
|
D | rsMesh.cpp | 188 … renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX()); in renderPrimitive() 192 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX()); in renderPrimitive() 238 numVerts = bufferType->getDimX(); in computeBBox()
|
D | rsType.h | 66 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
|
D | rsContext.cpp | 540 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX(); in getCurrentSurfaceWidth() 544 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 | 237 drv->lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable() 382 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() 406 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(), in rsdAllocationSyncFromFBO()
|
D | rsdBcc.cpp | 260 mtls->fep.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup() 265 mtls->fep.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.cpp | 72 drv->lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable() 200 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
|
D | rsdBcc.cpp | 433 mtls->fep.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup() 438 mtls->fep.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()
|