Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsContext.h187 uint32_t getCurrentSurfaceHeight() const;
H A DrsProgramVertex.cpp220 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight(); in updateSize()
H A DrsContext.cpp600 uint32_t Context::getCurrentSurfaceHeight() const { in getCurrentSurfaceHeight() function in android::renderscript::Context
H A DrsFont.cpp772 mSurfaceHeight = (float)mRSC->getCurrentSurfaceHeight(); in renderText()