Searched refs:mRs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp733 if (mRs == 0) {
734 mRs = new RSC::RS();
735 if (!mRs->init(RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
739 mRsElement = RSC::Element::A_8(mRs);
740 mRsScript = RSC::ScriptIntrinsicBlur::create(mRs, mRsElement);
743 RSC::sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0);
744 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t,
747 RSC::sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t,
H A DFontRenderer.h211 RSC::sp<RSC::RS> mRs; member in class:android::uirenderer::FontRenderer

Completed in 53 milliseconds