Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorHLSL.cpp198 mSlowCompilingUniformBlockSet.clear(); in translate()
206 mSlowCompilingUniformBlockSet)) in translate()
267 return &mSlowCompilingUniformBlockSet; in getSlowCompilingUniformBlockSet()
DTranslatorHLSL.h51 std::set<std::string> mSlowCompilingUniformBlockSet; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.cpp245 return mSlowCompilingUniformBlockSet; in getSlowCompilingUniformBlockSet()
345 mSlowCompilingUniformBlockSet = in compile()
DShaderD3D.h108 std::set<std::string> mSlowCompilingUniformBlockSet; variable