• Home
  • Raw
  • Download

Lines Matching refs:getError

123 		GLU_EXPECT_NO_ERROR(gl.getError(), "getBooleanv error occurred");  in test()
128 GLU_EXPECT_NO_ERROR(gl.getError(), "getBooleanv error occurred"); in test()
133 GLU_EXPECT_NO_ERROR(gl.getError(), "getBooleanv error occurred"); in test()
138 GLU_EXPECT_NO_ERROR(gl.getError(), "getBooleanv error occurred"); in test()
146 GLU_EXPECT_NO_ERROR(gl.getError(), "getBooleanv error occurred"); in test()
150 GLU_EXPECT_NO_ERROR(gl.getError(), "polygonOffsetClamp error occurred"); in test()
177 GLU_EXPECT_NO_ERROR(gl.getError(), "genTextures"); in init()
179 GLU_EXPECT_NO_ERROR(gl.getError(), "bindTexture"); in init()
181 GLU_EXPECT_NO_ERROR(gl.getError(), "texStorage2D"); in init()
183 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
185 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
188 GLU_EXPECT_NO_ERROR(gl.getError(), "genTextures"); in init()
190 GLU_EXPECT_NO_ERROR(gl.getError(), "bindTexture"); in init()
192 GLU_EXPECT_NO_ERROR(gl.getError(), "texStorage2D"); in init()
194 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
196 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
199 GLU_EXPECT_NO_ERROR(gl.getError(), "genFramebuffers"); in init()
201 GLU_EXPECT_NO_ERROR(gl.getError(), "bindFramebuffer"); in init()
203 GLU_EXPECT_NO_ERROR(gl.getError(), "framebufferTexture2D"); in init()
205 GLU_EXPECT_NO_ERROR(gl.getError(), "framebufferTexture2D"); in init()
210 GLU_EXPECT_NO_ERROR(gl.getError(), "genTextures"); in init()
212 GLU_EXPECT_NO_ERROR(gl.getError(), "bindTexture"); in init()
214 GLU_EXPECT_NO_ERROR(gl.getError(), "texStorage2D"); in init()
216 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
218 GLU_EXPECT_NO_ERROR(gl.getError(), "texParameteri"); in init()
221 GLU_EXPECT_NO_ERROR(gl.getError(), "genFramebuffers"); in init()
223 GLU_EXPECT_NO_ERROR(gl.getError(), "bindFramebuffer"); in init()
225 GLU_EXPECT_NO_ERROR(gl.getError(), "framebufferTexture2D"); in init()
238 GLU_EXPECT_NO_ERROR(gl.getError(), "bindFramebuffer"); in deinit()
318 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram"); in test()
325 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable"); in test()
328 GLU_EXPECT_NO_ERROR(gl.getError(), "glDepthFunc"); in test()
332 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenVertexArrays"); in test()
335 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindVertexArray"); in test()
339 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers"); in test()
342 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer"); in test()
345 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData"); in test()
349 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray"); in test()
352 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer"); in test()
356 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer"); in test()
362 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv"); in test()
374 GLU_EXPECT_NO_ERROR(gl.getError(), "glDisable"); in test()
377 GLU_EXPECT_NO_ERROR(gl.getError(), "glClear"); in test()
380 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays"); in test()
387 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable"); in test()
390 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer"); in test()
393 GLU_EXPECT_NO_ERROR(gl.getError(), "glPolygonOffset"); in test()
396 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays"); in test()
402 GLU_EXPECT_NO_ERROR(gl.getError(), "glDisable"); in test()
405 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer"); in test()
408 GLU_EXPECT_NO_ERROR(gl.getError(), "glClear"); in test()
411 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays"); in test()
415 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable"); in test()
418 GLU_EXPECT_NO_ERROR(gl.getError(), "glPolygonOffsetClamp"); in test()
421 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays"); in test()
431 GLU_EXPECT_NO_ERROR(gl.getError(), "glDisableVertexAttribArray"); in test()
434 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteVertexArrays"); in test()
437 GLU_EXPECT_NO_ERROR(gl.getError(), "glDeleteVertexArrays"); in test()
440 GLU_EXPECT_NO_ERROR(gl.getError(), "glDisable"); in test()
462 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels"); in readDepthValue()
469 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer"); in readDepthValue()
472 GLU_EXPECT_NO_ERROR(gl.getError(), "glDisable"); in readDepthValue()
475 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram"); in readDepthValue()
478 GLU_EXPECT_NO_ERROR(gl.getError(), "glActiveTexture"); in readDepthValue()
480 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindTexture"); in readDepthValue()
482 GLU_EXPECT_NO_ERROR(gl.getError(), "glUniform1i"); in readDepthValue()
485 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays"); in readDepthValue()
489 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels"); in readDepthValue()
492 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable"); in readDepthValue()
499 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindFramebuffer"); in readDepthValue()