Home
last modified time | relevance | path

Searched refs:getDimX (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsAdapter.h38 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
DrsAllocation.cpp53 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()
DrsType.cpp202 uint32_t x = getDimX(); in getIsNp2()
229 if (t->getDimX() != dimX) continue; in getTypeRef()
323 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
DrsType.h66 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
/frameworks/rs/
DrsAdapter.h38 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
DrsFont.cpp120 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()
DrsAllocation.cpp56 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()
DrsType.cpp202 uint32_t x = getDimX(); in getIsNp2()
229 if (t->getDimX() != dimX) continue; in getTypeRef()
323 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
DrsMesh.cpp188 … 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()
DrsType.h66 uint32_t getDimX() const {return mHal.state.dimX;} in getDimX() function
DrsContext.cpp540 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX(); in getCurrentSurfaceWidth()
544 return mFBOCache.mHal.state.depthTarget->getType()->getDimX(); in getCurrentSurfaceWidth()
/frameworks/rs/driver/
DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(), in rsdFrameBufferSetActive()
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(), in rsdFrameBufferSetActive()
DrsdPath.cpp113 mSegmentCount = vtx->getType()->getDimX() / 3; in DrvPathStatic()
DrsdAllocation.cpp237 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()
DrsdBcc.cpp260 mtls->fep.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()
265 mtls->fep.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.cpp72 drv->lod[0].dimX = type->getDimX(); in AllocationBuildPointerTable()
200 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
DrsdBcc.cpp433 mtls->fep.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()
438 mtls->fep.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEachMtlsSetup()