Home
last modified time | relevance | path

Searched refs:getCurrentSurfaceWidth (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsContext.h186 uint32_t getCurrentSurfaceWidth() const;
DrsProgramVertex.cpp219 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth(); in updateSize()
DrsContext.cpp588 uint32_t Context::getCurrentSurfaceWidth() const { in getCurrentSurfaceWidth() function in android::renderscript::Context
DrsFont.cpp771 mSurfaceWidth = (float)mRSC->getCurrentSurfaceWidth(); in renderText()