Searched refs:compiledBinary (Results 1 – 4 of 4) sorted by relevance
58 sh::BinaryBlob compiledBinary; member
196 compiledBinary = sh::GetObjectBinaryBlob(compilerHandle); in buildCompiledShaderState()470 stream.writeIntVector(compiledBinary); in serialize()674 stream.readIntVector<unsigned int>(&compiledBinary); in deserialize()
74 bool isCompiledToBinary() const { return !mCompiledShaderState.compiledBinary.empty(); } in isCompiledToBinary()76 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledShaderState.compiledBinary; } in getCompiledBinary()
395 mState.mCompiledShaderState.compiledBinary.clear(); in compile()638 !mState.mCompiledShaderState.compiledBinary.empty()); in resolveCompile()