Home | History | Annotate | Download | only in egl

Lines Matching refs:GLU_EXPECT_NO_ERROR

150 		GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to create resources for shader program");
154 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to set shader sources");
158 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Shader compilation failed");
162 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to attach shaders to program");
165 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to link program");
171 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to delete shaders");
175 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations");
231 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");
235 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to enable attributes");
239 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to set attribute pointers");
242 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glDrawArrays() failed");
246 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to disable attributes");
249 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glUseProgram() failed");