Home
last modified time | relevance | path

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

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