HomeSort by relevance Sort by last modified time
    Searched refs:GLU_CHECK_MSG (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/framework/opengl/
gluDefs.hpp 31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG)
32 #define GLU_CHECK() GLU_CHECK_MSG(DE_NULL)
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 153 GLU_CHECK_MSG("Case initialization finished");
203 GLU_CHECK_MSG ("Sync object created");
220 GLU_CHECK_MSG ("glWaitSync called");
226 GLU_CHECK_MSG ("glClientWaitSync called");
252 GLU_CHECK_MSG ("Sync object deleted");
es3fBufferMapTests.cpp 83 GLU_CHECK_MSG("glMapBufferRange");
89 GLU_CHECK_MSG("glUnmapBuffer");
134 GLU_CHECK_MSG("glMapBufferRange");
139 GLU_CHECK_MSG("glUnmapBuffer");
188 GLU_CHECK_MSG("glMapBufferRange");
193 GLU_CHECK_MSG("glUnmapBuffer");
249 GLU_CHECK_MSG("glMapBufferRange");
254 GLU_CHECK_MSG("glUnmapBuffer");
308 GLU_CHECK_MSG("glMapBufferRange");
313 GLU_CHECK_MSG("glUnmapBuffer")
    [all...]
es3fPrimitiveRestartTests.cpp 570 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithRestart() begin");
573 GLU_CHECK_MSG("Enable primitive restart");
575 GLU_CHECK_MSG("Clear in PrimitiveRestartCase::renderWithRestart()");
579 GLU_CHECK_MSG("Draw in PrimitiveRestartCase::renderWithRestart()");
581 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithRestart() end");
586 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithoutRestart() begin");
596 GLU_CHECK_MSG("Disable primitive restart");
598 GLU_CHECK_MSG("Clear in PrimitiveRestartCase::renderWithoutRestart()");
617 GLU_CHECK_MSG("Draw in PrimitiveRestartCase::renderWithoutRestart()");
624 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithoutRestart() end")
    [all...]
es3fBufferCopyTests.cpp 100 GLU_CHECK_MSG("glBufferData");
106 GLU_CHECK_MSG("glBufferData");
118 GLU_CHECK_MSG("glCopyBufferSubData");
204 GLU_CHECK_MSG("glBufferData");
211 GLU_CHECK_MSG("glCopyBufferSubData");
es3fPrerequisiteTests.cpp 144 GLU_CHECK_MSG("CLES2 ClearColor failed.");
232 GLU_CHECK_MSG("glReadPixels() failed.");
es3fRasterizerDiscardTests.cpp 236 GLU_CHECK_MSG ("Case initialization finished");
328 GLU_CHECK_MSG ("Rasterizer discard enabled");
345 GLU_CHECK_MSG ("Rasterizer discard disabled");
es3fDitheringTests.cpp 273 GLU_CHECK_MSG("glReadPixels()");
381 GLU_CHECK_MSG("glReadPixels()");
es3fOcclusionQueryTests.cpp 178 GLU_CHECK_MSG ("Case initialization finished");
340 GLU_CHECK_MSG ("Occlusion query started");
383 GLU_CHECK_MSG ("Occlusion query finished");
es3fPixelBufferObjectTests.cpp 548 GLU_CHECK_MSG("glMapBufferRange() failed");
es3fReadPixelsTests.cpp 157 GLU_CHECK_MSG("glGetAttribLocation()");
es3fShaderApiTests.cpp 574 GLU_CHECK_MSG("Linking failed.");
1176 GLU_CHECK_MSG("Failed to load program binary.");
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 141 GLU_CHECK_MSG ("Case initialization finished");
193 GLU_CHECK_MSG("Sync object created");
215 GLU_CHECK_MSG("glWaitSync called");
220 GLU_CHECK_MSG("glClientWaitSync called");
245 GLU_CHECK_MSG("Sync object deleted");
es3sOcclusionQueryTests.cpp 136 GLU_CHECK_MSG ("Case initialization finished");
276 GLU_CHECK_MSG ("Occlusion queries finished");
  /external/deqp/modules/gles2/functional/
es2fLightAmountTest.cpp 148 GLU_CHECK_MSG("LightAmountTest::iterate() begin");
178 GLU_CHECK_MSG("LightAmountTest::iterate() end");
es2fTextureCompletenessTests.cpp 292 GLU_CHECK_MSG("Set texturing state");
356 GLU_CHECK_MSG("Set texturing state");
409 GLU_CHECK_MSG("Set texturing state");
457 GLU_CHECK_MSG("Set texturing state");
517 GLU_CHECK_MSG("Set texturing state");
553 GLU_CHECK_MSG("Set texturing state");
627 GLU_CHECK_MSG("Set texturing state");
699 GLU_CHECK_MSG("Set texturing state");
769 GLU_CHECK_MSG("Set texturing state");
818 GLU_CHECK_MSG("Set texturing state")
    [all...]
es2fPrerequisiteTests.cpp 144 GLU_CHECK_MSG("CLES2 ClearColor failed.");
232 GLU_CHECK_MSG("glReadPixels() failed.");
es2fDitheringTests.cpp 273 GLU_CHECK_MSG("glReadPixels()");
381 GLU_CHECK_MSG("glReadPixels()");
es2fReadPixelsTests.cpp 113 GLU_CHECK_MSG("glGetAttribLocation()");
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 445 GLU_CHECK_MSG("glGetAttribLocation()");
449 GLU_CHECK_MSG("glGetAttribLocation()");
614 GLU_CHECK_MSG("glGetAttribLocation()");
618 GLU_CHECK_MSG("glGetAttribLocation()");
623 GLU_CHECK_MSG("glGetUniformLocation()");
759 GLU_CHECK_MSG("glGetAttribLocation()");
763 GLU_CHECK_MSG("glGetAttribLocation()");
863 GLU_CHECK_MSG("glCreateShader()");
946 GLU_CHECK_MSG("glCreateShader()");
952 GLU_CHECK_MSG("glCreateShader()")
    [all...]
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 440 GLU_CHECK_MSG("After attribute setup");
452 GLU_CHECK_MSG("After uniform setup");
468 GLU_CHECK_MSG("After 2D texture setup");
480 GLU_CHECK_MSG("After cubemap setup");
486 GLU_CHECK_MSG("Draw");
496 GLU_CHECK_MSG("Read pixels");
glsMemoryStressCase.cpp 497 GLU_CHECK_MSG("Error in init");
506 GLU_CHECK_MSG("Unkown Error");
glsBufferTestUtil.cpp 326 GLU_CHECK_MSG("glMapBufferRange");
401 GLU_CHECK_MSG("glMapBufferRange");
407 GLU_CHECK_MSG("glUnmapBuffer");
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 252 GLU_CHECK_MSG("After program setup");
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 259 GLU_CHECK_MSG("After program setup");

Completed in 2442 milliseconds

1 2