Home
last modified time | relevance | path

Searched refs:getCompiledBinary (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DShader.h70 const sh::BinaryBlob &getCompiledBinary() const { return mCompiledBinary; } in getCompiledBinary() function
191 const sh::BinaryBlob &getCompiledBinary();
DShader.cpp301 const sh::BinaryBlob &Shader::getCompiledBinary() in getCompiledBinary() function in gl::Shader
/external/angle/src/libANGLE/renderer/vulkan/
DShaderVk.cpp119 return mState.getCompiledBinary().empty() ? "" : "<binary blob>"; in getDebugInfo()
/external/angle/src/libANGLE/renderer/metal/
DShaderMtl.mm149 return mState.getCompiledBinary().empty() ? "" : "<binary blob>";
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp991 json->addVectorAsHash("CompiledBinary", shaderState.getCompiledBinary()); in SerializeShaderState()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4872 (*spirvBlobsOut)[shaderType] = glShader ? &glShader->getCompiledBinary() : nullptr; in GlslangGetShaderSpirvCode()