Home | History | Annotate | Download | only in glshared

Lines Matching defs:compileShader

238 static inline bool compileShader (const deUint32 shaderGL)
745 const bool vertCompileOk = compileShader(m_vertShaderGL);
746 const bool fragCompileOk = compileShader(m_fragShaderGL);