Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary() function
DShader.cpp301 const sh::BinaryBlob &Shader::getCompiledBinary() in getCompiledBinary() function in gl::Shader