HomeSort by relevance Sort by last modified time
    Searched refs:getDimY (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/
rsApiType.cpp 37 (*typeData++) = t->getDimY();
rsType.h 72 uint32_t getDimY() const {return mHal.state.dimY;}
rsType.cpp 210 uint32_t y = getDimY();
236 if (t->getDimY() != params->dimY) continue;
300 p.dimY = getDimY();
rsAllocation.cpp 694 (type0->getDimY() == type1->getDimY()) &&
720 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
758 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
760 } else if(t->getDimY()) {
762 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
816 t->getDimX(), t->getDimY(), data, sizeBytes, 0);
    [all...]
rsContext.cpp 642 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY();
646 return mFBOCache.mHal.state.depthTarget->getType()->getDimY();
rsFont.cpp 275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
575 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));
  /frameworks/rs/driver/
rsdFrameBuffer.cpp 84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
87 fb->mHal.state.depthTarget->getType()->getDimY());
rsdAllocation.cpp 231 rsAssert(!alloc->mHal.state.type->getDimY());
308 alloc->mHal.drvState.lod[0].dimY = type->getDimY();
489 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
646 alloc->getType()->getDimY());
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 585 mtls->redp.dim.y = inType->getDimY();
663 mtls->fep.dim.y = inType->getDimY();
678 mtls->fep.dim.y = outType->getDimY();
    [all...]

Completed in 90 milliseconds