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

  /frameworks/base/libs/rs/
rsContext.cpp 57 if (con->mIsGraphicsContext) {
67 if (mRsc->mIsGraphicsContext) {
227 if (rsc->mIsGraphicsContext) {
266 if (mDraw && rsc->mIsGraphicsContext) {
289 if (rsc->mIsGraphicsContext) {
302 if (mIsGraphicsContext) {
394 mIsGraphicsContext = sc != NULL;
461 rsAssert(mIsGraphicsContext);
475 rsAssert(mIsGraphicsContext);
480 rsAssert(mIsGraphicsContext);
    [all...]
rsContext.h 226 bool mIsGraphicsContext;

Completed in 726 milliseconds