Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h202 struct CompilingState;
223 std::unique_ptr<CompilingState> mCompilingState;
DShader.cpp111 struct Shader::CompilingState struct in gl::Shader
364 mCompilingState.reset(new CompilingState()); in compile()