Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h68 bool isCompiledToBinary() const { return !mCompiledBinary.empty(); } in isCompiledToBinary()
70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary()
123 sh::BinaryBlob mCompiledBinary; variable
DShader.cpp304 return mState.mCompiledBinary; in getCompiledBinary()
319 mState.mCompiledBinary.clear(); in compile()
423 mState.mCompiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in resolveCompile()
587 ASSERT(!mState.mTranslatedSource.empty() || !mState.mCompiledBinary.empty()); in resolveCompile()