Searched refs:m_unoptimizedProgram (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp203 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
211 SharedPtr<const ShaderProgram> m_unoptimizedProgram; member in class:deqp::gles2::Performance::__anon19157::ShaderOptimizationCase
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp206 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; }
214 SharedPtr<const ShaderProgram> m_unoptimizedProgram; member in class:deqp::gles3::Performance::__anon19441::ShaderOptimizationCase

Completed in 165 milliseconds