Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DShaderVk.cpp112 return mState.getCompiledBinary().empty() ? "" : "<binary blob>"; in getDebugInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm158 return mState.getCompiledBinary().empty() ? "" : "<binary blob>";
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp895 json->addVectorAsHash("CompiledBinary", shaderState.getCompiledBinary()); in SerializeShaderState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4938 (*spirvBlobsOut)[shaderType] = glShader ? &glShader->getCompiledBinary() : nullptr; in GlslangGetShaderSpirvCode()