Home
last modified time | relevance | path

Searched refs:mYUVOutput (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.cpp72 mYUVOutput(false),
124 mYUVOutput(other.mYUVOutput), in ProgramExecutable()
186 mYUVOutput = false; in reset()
866 return !isCompute() && mYUVOutput; in isYUVOutput()
DProgram.h356 bool isYUVOutput() const { return mYUVOutput; } in isYUVOutput()
402 bool mYUVOutput; variable
DProgramExecutable.h427 bool mYUVOutput; variable
DProgram.cpp1184 mYUVOutput(false),
1816 mState.mYUVOutput = false; in unlink()
4082 ASSERT(!mState.mYUVOutput); in linkOutputVariables()
4127 mState.mYUVOutput = true; in linkOutputVariables()
4156 mState.mExecutable->mYUVOutput = mState.mYUVOutput; in linkOutputVariables()
4750 stream.readBool(&mState.mYUVOutput); in deserialize()