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

/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(),
H A DrsdPath.cpp113 mSegmentCount = vtx->getType()->getDimX() / 3;
H A DrsdAllocation.cpp237 drv->lod[0].dimX = type->getDimX();
382 const uint32_t dimX = newType->getDimX();
406 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(),
H A DrsdBcc.cpp258 mtls->fep.dimX = ain->getType()->getDimX();
263 mtls->fep.dimX = aout->getType()->getDimX();
/frameworks/rs/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} function in class:android::renderscript::Adapter1D
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} function in class:android::renderscript::Adapter2D
H A DrsFont.cpp120 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
272 uint32_t cacheWidth = state->getCacheTextureType()->getDimX();
454 uint32_t cacheWidth = getCacheTextureType()->getDimX();
558 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
560 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
562 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
564 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
566 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
568 mCacheLines.push(new CacheTextureLine(40, texType->getDimX(), nextLine, 0));
570 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLin
[all...]
H A DrsAllocation.cpp56 mHal.state.dimensionX = type->getDimX();
501 t->getDimX(), t->getDimY(), data, sizeBytes);
533 t->getDimX(), t->getDimY(), data, sizeBytes);
535 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes);
574 t->getDimX(), t->getDimY(), data, sizeBytes);
598 uint32_t faceSize = t->getDimX();
606 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize);
H A DrsMesh.cpp188 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX());
192 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.vertexBuffers[0]->getType()->getDimX());
238 numVerts = bufferType->getDimX();
H A DrsType.cpp202 uint32_t x = getDimX();
229 if (t->getDimX() != dimX) continue;
323 (*typeData++) = t->getDimX();
H A DrsType.h66 uint32_t getDimX() const {return mHal.state.dimX;} function in class:android::renderscript::Type
H A DrsContext.cpp540 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimX();
544 return mFBOCache.mHal.state.depthTarget->getType()->getDimX();
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.h38 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} function in class:android::renderscript::Adapter1D
70 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);} function in class:android::renderscript::Adapter2D
H A DrsAllocation.cpp53 mHal.state.dimensionX = type->getDimX();
439 t->getDimX(), t->getDimY(), data, sizeBytes);
471 t->getDimX(), t->getDimY(), data, sizeBytes);
473 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes);
512 t->getDimX(), t->getDimY(), data, sizeBytes);
536 uint32_t faceSize = t->getDimX();
544 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize);
H A DrsType.cpp202 uint32_t x = getDimX();
229 if (t->getDimX() != dimX) continue;
323 (*typeData++) = t->getDimX();
H A DrsType.h66 uint32_t getDimX() const {return mHal.state.dimX;} function in class:android::renderscript::Type
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp72 drv->lod[0].dimX = type->getDimX();
200 const uint32_t dimX = newType->getDimX();
H A DrsdBcc.cpp433 mtls->fep.dimX = ain->getType()->getDimX();
438 mtls->fep.dimX = aout->getType()->getDimX();

Completed in 123 milliseconds