Searched refs:getCompiledBinary (Results 1 – 6 of 6) sorted by relevance
70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary() function191 const sh::BinaryBlob &getCompiledBinary();
301 const sh::BinaryBlob &Shader::getCompiledBinary() in getCompiledBinary() function in gl::Shader
119 return mState.getCompiledBinary().empty() ? "" : "<binary blob>"; in getDebugInfo()
149 return mState.getCompiledBinary().empty() ? "" : "<binary blob>";
991 json->addVectorAsHash("CompiledBinary", shaderState.getCompiledBinary()); in SerializeShaderState()
4872 (*spirvBlobsOut)[shaderType] = glShader ? &glShader->getCompiledBinary() : nullptr; in GlslangGetShaderSpirvCode()