Home
last modified time | relevance | path

Searched refs:GLU_CHECK_MSG (Results 1 - 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferMapTests.cpp83 GLU_CHECK_MSG("glMapBufferRange"); in iterate()
89 GLU_CHECK_MSG("glUnmapBuffer"); in iterate()
134 GLU_CHECK_MSG("glMapBufferRange"); in iterate()
139 GLU_CHECK_MSG("glUnmapBuffer"); in iterate()
188 GLU_CHECK_MSG("glMapBufferRange"); in iterate()
193 GLU_CHECK_MSG("glUnmapBuffer"); in iterate()
249 GLU_CHECK_MSG("glMapBufferRange"); in iterate()
254 GLU_CHECK_MSG("glUnmapBuffer"); in iterate()
308 GLU_CHECK_MSG("glMapBufferRange"); in iterate()
313 GLU_CHECK_MSG("glUnmapBuffe in iterate()
[all...]
H A Des3fSyncTests.cpp153 GLU_CHECK_MSG("Case initialization finished"); in init()
203 GLU_CHECK_MSG ("Sync object created"); in iterate()
220 GLU_CHECK_MSG ("glWaitSync called"); in iterate()
226 GLU_CHECK_MSG ("glClientWaitSync called"); in iterate()
252 GLU_CHECK_MSG ("Sync object deleted"); in iterate()
H A Des3fPrimitiveRestartTests.cpp585 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithRestart() begin"); in renderWithRestart()
588 GLU_CHECK_MSG("Enable primitive restart"); in renderWithRestart()
590 GLU_CHECK_MSG("Clear in PrimitiveRestartCase::renderWithRestart()"); in renderWithRestart()
594 GLU_CHECK_MSG("Draw in PrimitiveRestartCase::renderWithRestart()"); in renderWithRestart()
596 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithRestart() end"); in renderWithRestart()
601 GLU_CHECK_MSG("PrimitiveRestartCase::renderWithoutRestart() begin"); in renderWithoutRestart()
611 GLU_CHECK_MSG("Disable primitive restart"); in renderWithoutRestart()
613 GLU_CHECK_MSG("Clear in PrimitiveRestartCase::renderWithoutRestart()"); in renderWithoutRestart()
632 GLU_CHECK_MSG("Draw in PrimitiveRestartCase::renderWithoutRestart()"); in renderWithoutRestart()
639 GLU_CHECK_MSG("PrimitiveRestartCas in renderWithoutRestart()
[all...]
H A Des3fBufferCopyTests.cpp100 GLU_CHECK_MSG("glBufferData"); in iterate()
106 GLU_CHECK_MSG("glBufferData"); in iterate()
118 GLU_CHECK_MSG("glCopyBufferSubData"); in iterate()
204 GLU_CHECK_MSG("glBufferData"); in iterate()
211 GLU_CHECK_MSG("glCopyBufferSubData"); in iterate()
H A Des3fPrerequisiteTests.cpp144 GLU_CHECK_MSG("CLES2 ClearColor failed."); in iterate()
232 GLU_CHECK_MSG("glReadPixels() failed."); in iterate()
H A Des3fRasterizerDiscardTests.cpp236 GLU_CHECK_MSG ("Case initialization finished"); in init()
328 GLU_CHECK_MSG ("Rasterizer discard enabled"); in iterate()
345 GLU_CHECK_MSG ("Rasterizer discard disabled"); in iterate()
H A Des3fDitheringTests.cpp279 GLU_CHECK_MSG("glReadPixels()"); in drawAndCheckGradient()
395 GLU_CHECK_MSG("glReadPixels()"); in drawAndCheckUnicoloredQuad()
H A Des3fOcclusionQueryTests.cpp178 GLU_CHECK_MSG ("Case initialization finished"); in init()
340 GLU_CHECK_MSG ("Occlusion query started"); in iterate()
383 GLU_CHECK_MSG ("Occlusion query finished"); in iterate()
H A Des3fMultiviewTests.cpp229 GLU_CHECK_MSG("Case initialization finished"); in init()
H A Des3fPixelBufferObjectTests.cpp550 GLU_CHECK_MSG("glMapBufferRange() failed"); in iterate()
H A Des3fReadPixelsTests.cpp167 GLU_CHECK_MSG("glGetAttribLocation()"); in render()
H A Des3fShaderApiTests.cpp574 GLU_CHECK_MSG("Linking failed."); in test()
1176 GLU_CHECK_MSG("Failed to load program binary."); in loadProgramBinary()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSyncTests.cpp141 GLU_CHECK_MSG ("Case initialization finished"); in init()
193 GLU_CHECK_MSG("Sync object created"); in iterate()
215 GLU_CHECK_MSG("glWaitSync called"); in iterate()
220 GLU_CHECK_MSG("glClientWaitSync called"); in iterate()
245 GLU_CHECK_MSG("Sync object deleted"); in iterate()
H A Des3sOcclusionQueryTests.cpp136 GLU_CHECK_MSG ("Case initialization finished"); in init()
276 GLU_CHECK_MSG ("Occlusion queries finished"); in iterate()
/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.hpp31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG) macro
32 #define GLU_CHECK() GLU_CHECK_MSG(DE_NULL)
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp502 GLU_CHECK_MSG("After attribute setup"); in iterate()
514 GLU_CHECK_MSG("After uniform setup"); in iterate()
530 GLU_CHECK_MSG("After 2D texture setup"); in iterate()
542 GLU_CHECK_MSG("After cubemap setup"); in iterate()
548 GLU_CHECK_MSG("Draw"); in iterate()
558 GLU_CHECK_MSG("Read pixels"); in iterate()
H A DglsBufferTestUtil.cpp327 GLU_CHECK_MSG("glMapBufferRange"); in write()
402 GLU_CHECK_MSG("glMapBufferRange"); in verify()
408 GLU_CHECK_MSG("glUnmapBuffer"); in verify()
H A DglsMemoryStressCase.cpp490 GLU_CHECK_MSG("Error in init"); in allocUntilFailure()
499 GLU_CHECK_MSG("Unkown Error"); in allocUntilFailure()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fLightAmountTest.cpp148 GLU_CHECK_MSG("LightAmountTest::iterate() begin"); in iterate()
178 GLU_CHECK_MSG("LightAmountTest::iterate() end"); in iterate()
H A Des2fTextureCompletenessTests.cpp302 GLU_CHECK_MSG("Set texturing state"); in createTexture()
371 GLU_CHECK_MSG("Set texturing state"); in createTexture()
422 GLU_CHECK_MSG("Set texturing state"); in createTexture()
468 GLU_CHECK_MSG("Set texturing state"); in createTexture()
526 GLU_CHECK_MSG("Set texturing state"); in createTexture()
557 GLU_CHECK_MSG("Set texturing state"); in createTexture()
629 GLU_CHECK_MSG("Set texturing state"); in createTexture()
699 GLU_CHECK_MSG("Set texturing state"); in createTexture()
767 GLU_CHECK_MSG("Set texturing state"); in createTexture()
814 GLU_CHECK_MSG("Se in createTexture()
[all...]
H A Des2fPrerequisiteTests.cpp144 GLU_CHECK_MSG("CLES2 ClearColor failed."); in iterate()
232 GLU_CHECK_MSG("glReadPixels() failed."); in iterate()
H A Des2fDitheringTests.cpp273 GLU_CHECK_MSG("glReadPixels()"); in drawAndCheckGradient()
390 GLU_CHECK_MSG("glReadPixels()"); in drawAndCheckUnicoloredQuad()
H A Des2fReadPixelsTests.cpp114 GLU_CHECK_MSG("glGetAttribLocation()"); in render()
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp253 GLU_CHECK_MSG("After program setup"); in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp259 GLU_CHECK_MSG("After program setup"); in iterate()

Completed in 21 milliseconds

12