Home
last modified time | relevance | path

Searched defs:getCompiledBinary (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DShader.h76 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledShaderState.compiledBinary; } in getCompiledBinary() function
DShader.cpp369 const sh::BinaryBlob &Shader::getCompiledBinary(const Context *context) in getCompiledBinary() function in gl::Shader