Searched refs:getDimX (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAdapter.h | 39 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() function 74 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} in getDimX() function
|
D | rsFont.cpp | 119 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph() 271 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache() 453 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap() 540 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); in initTextTexture() 542 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 544 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); in initTextTexture() 546 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 548 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); in initTextTexture() 550 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0)); in initTextTexture() 552 …mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine,… in initTextTexture()
|
D | rsAllocation.cpp | 51 mHal.state.dimensionX = type->getDimX(); in updateCache() 334 uint32_t w = out.getDimX(); in mip565() 352 uint32_t w = out.getDimX(); in mip8888() 370 uint32_t w = out.getDimX(); in mip8() 416 size_t s = t->getDimX() * t->getDimY() * t->getElementSizeBytes(); in rsi_AllocationCopyToBitmap() 504 memcpy(texAlloc->getPtr(), data, t->getDimX() * t->getDimY() * t->getElementSizeBytes()); in rsi_AllocationCreateFromBitmap() 528 uint32_t faceSize = t->getDimX(); in rsi_AllocationCubeCreateFromBitmap()
|
D | rsType.cpp | 193 uint32_t x = getDimX(); in getIsNp2() 220 if (t->getDimX() != dimX) continue; in getTypeRef() 283 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
|
D | rsMesh.cpp | 179 renderPrimitiveRange(rsc, primIndex, 0, prim->mIndexBuffer->getType()->getDimX()); in renderPrimitive() 183 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX()); in renderPrimitive() 225 numVerts = bufferType->getDimX(); in computeBBox()
|
D | rsType.h | 37 uint32_t getDimX() const {return mDimX;} in getDimX() function
|
/frameworks/base/libs/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 | 294 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() 318 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(), in rsdAllocationSyncFromFBO() 326 RSD_CALL_GL(glReadPixels, 0, 0, alloc->getType()->getDimX(), alloc->getType()->getDimY(), in rsdAllocationSyncFromFBO()
|
D | rsdBcc.cpp | 310 mtls.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEach() 315 mtls.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEach()
|