Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h253 struct CompilingState;
272 std::unique_ptr<CompilingState> mCompilingState;
DShader.cpp117 struct Shader::CompilingState struct in gl::Shader
394 mCompilingState.reset(new CompilingState()); in compile()