HomeSort by relevance Sort by last modified time
    Searched refs:RS_INIT_SYNCHRONOUS (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/latency/
latency.cpp 58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 699 if (!mRs->init("", RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
  /frameworks/rs/cpp/
rsCppStructs.h 71 RS_INIT_SYNCHRONOUS = 1, ///< All RenderScript calls will be synchronous. May reduce latency.
    [all...]

Completed in 75 milliseconds