Home
last modified time | relevance | path

Searched refs:getLODDimY (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsType.h90 uint32_t getLODDimY(uint32_t lod) const { in getLODDimY() function
/frameworks/rs/driver/
DrsdAllocation.cpp142 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()
147 alloc->mHal.state.type->getLODDimY(lod), in Upload2DTexture()
DrsdRuntimeStubs.cpp482 if (y && (y >= t->getLODDimY(0))) { in IS_CLEAR_SET_OBJ()
483 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y, t->getLODDimY(0)); in IS_CLEAR_SET_OBJ()