Searched refs:isYUVOutput (Results 1 – 5 of 5) sorted by relevance
356 bool isYUVOutput() const { return mYUVOutput; } in isYUVOutput() function783 bool isYUVOutput() const in isYUVOutput() function786 return mState.isYUVOutput(); in isYUVOutput()
329 bool isYUVOutput() const;
864 bool ProgramExecutable::isYUVOutput() const in isYUVOutput() function in gl::ProgramExecutable
3863 programIsYUVOutput = program->isYUVOutput(); in ValidateDrawStates()3891 programIsYUVOutput = executable->isYUVOutput(); in ValidateDrawStates()
4663 stream.writeBool(mState.isYUVOutput()); in serialize()