Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.h54 Context(Device *, bool isGraphics, bool useDepth);
DrsContext.cpp402 Context::Context(Device *dev, bool isGraphics, bool useDepth) in Context() argument
418 mIsGraphicsContext = isGraphics; in Context()