Home
last modified time | relevance | path

Searched refs:getLODDimZ (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsType.h83 uint32_t getLODDimZ(uint32_t lod) const { in getLODDimZ() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp807 if (z >= t->getLODDimZ(0)) { in ElementAt3D()
808 sprintf(buf, "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0)); in ElementAt3D()