Searched refs:getDimY (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
87 fb->mHal.state.depthTarget->getType()->getDimY());
H A DrsdAllocation.cpp231 rsAssert(!alloc->mHal.state.type->getDimY());
309 alloc->mHal.drvState.lod[0].dimY = type->getDimY();
466 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
619 alloc->getType()->getDimY());
/frameworks/rs/
H A DrsAdapter.h71 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);} function in class:android::renderscript::Adapter2D
H A DrsType.cpp210 uint32_t y = getDimY();
236 if (t->getDimY() != params->dimY) continue;
300 p.dimY = getDimY();
394 (*typeData++) = t->getDimY();
H A DrsType.h72 uint32_t getDimY() const {return mHal.state.dimY;} function in class:android::renderscript::Type
H A DrsAllocation.cpp634 (type0->getDimY() == type1->getDimY()) &&
660 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
698 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
700 } else if(t->getDimY()) {
702 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
743 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
H A DrsContext.cpp639 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY();
643 return mFBOCache.mHal.state.depthTarget->getType()->getDimY();
H A DrsFont.cpp275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
575 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp550 mtls->fep.dim.y = inType->getDimY();
567 mtls->fep.dim.y = outType->getDimY();

Completed in 200 milliseconds