Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsAdapter.h39 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
DrsFont.cpp119 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()
DrsAllocation.cpp51 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()
DrsType.cpp193 uint32_t x = getDimX(); in getIsNp2()
220 if (t->getDimX() != dimX) continue; in getTypeRef()
283 (*typeData++) = t->getDimX(); in rsaTypeGetNativeData()
DrsMesh.cpp179 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()
DrsType.h37 uint32_t getDimX() const {return mDimX;} in getDimX() function
/frameworks/base/libs/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()
DrsdAllocation.cpp294 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()
DrsdBcc.cpp310 mtls.dimX = ain->getType()->getDimX(); in rsdScriptInvokeForEach()
315 mtls.dimX = aout->getType()->getDimX(); in rsdScriptInvokeForEach()