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

  /frameworks/rs/driver/
rsdFrameBuffer.cpp 84 fb->mHal.state.colorTargets[0]->getType()->getDimY());
87 fb->mHal.state.depthTarget->getType()->getDimY());
rsdAllocation.cpp 202 rsAssert(!alloc->mHal.state.type->getDimY());
267 drv->height = alloc->getType()->getDimY();
338 alloc->getType()->getDimY());
345 RSD_CALL_GL(glReadPixels, 0, 0, alloc->getType()->getDimX(), alloc->getType()->getDimY(),
rsdBcc.cpp 330 mtls.dimY = ain->getType()->getDimY();
335 mtls.dimY = aout->getType()->getDimY();
  /frameworks/rs/
rsAdapter.h 75 uint32_t getDimY() const {return mAllocation->getType()->getLODDimY(mLOD);}
rsType.cpp 203 uint32_t y = getDimY();
230 if (t->getDimY() != dimY) continue;
260 getDimY(), getDimZ(), getDimLOD(), getDimFaces());
324 (*typeData++) = t->getDimY();
rsType.h 67 uint32_t getDimY() const {return mHal.state.dimY;}
rsAllocation.cpp 57 mHal.state.dimensionY = type->getDimY();
454 uint32_t h = out.getDimY();
472 uint32_t h = out.getDimY();
490 uint32_t h = out.getDimY();
535 size_t s = t->getDimX() * t->getDimY() * t->getElementSizeBytes();
623 memcpy(texAlloc->getPtr(), data, t->getDimX() * t->getDimY() * t->getElementSizeBytes());
rsContext.cpp 499 return mFBOCache.mHal.state.colorTargets[i]->getType()->getDimY();
503 return mFBOCache.mHal.state.depthTarget->getType()->getDimY();
rsFont.cpp 273 uint32_t cacheHeight = state->getCacheTextureType()->getDimY();
564 mCacheLines.push(new CacheTextureLine(texType->getDimY() - nextLine, texType->getDimX(), nextLine, 0));

Completed in 165 milliseconds