Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.cpp51 std::string GetShaderDumpFilePath(size_t shaderHash, const char *suffix) in GetShaderDumpFilePath() function
243 std::string substituteShaderPath = GetShaderDumpFilePath(mSourceHash, suffix); in postTranslate()
266 std::string dumpFile = GetShaderDumpFilePath(mSourceHash, suffix); in postTranslate()
512 std::string subsitutionShaderPath = GetShaderDumpFilePath(sourceHash, suffix); in setSource()
527 std::string dumpFile = GetShaderDumpFilePath(sourceHash, suffix); in setSource()