Searched defs:TryCompileProgram (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluContextInfo.cpp40 class TryCompileProgram class in namespace:glu
44 TryCompileProgram (const char* vertexSource, const char* fragmentSource) function in class:glu::TryCompileProgram
63 typedef CachedValue<bool, TryCompileProgram> IsProgramSupported;
141 , m_vertexUniformLoopsSupported (TryCompileProgram(s_vertexUniformLoopsSupported, s_defaultFragmentShader))
142 , m_vertexDynamicLoopsSupported (TryCompileProgram(s_vertexDynamicLoopsSupported, s_defaultFragmentShader))
143 , m_fragmentHighPrecisionSupported (TryCompileProgram(s_defaultVertexShader, s_fragmentHighPrecisionSupported))
144 , m_fragmentUniformLoopsSupported (TryCompileProgram(s_defaultVertexShader, s_fragmentUniformLoopsSupported))
145 , m_fragmentDynamicLoopsSupported (TryCompileProgram(s_defaultVertexShader, s_fragmentDynamicLoopsSupported))

Completed in 62 milliseconds