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

1 2

  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 73 EGLU_CHECK_MSG(egl, "eglCreateWindowSurface() failed");
80 EGLU_CHECK_MSG(egl, "eglCreatePlatformWindowSurfaceEXT() failed");
94 EGLU_CHECK_MSG(egl, "eglCreatePixmapSurface() failed");
101 EGLU_CHECK_MSG(egl, "eglCreatePlatformPixmapSurfaceEXT() failed");
137 EGLU_CHECK_MSG(egl, "init");
195 EGLU_CHECK_MSG(egl, "init");
241 EGLU_CHECK_MSG(egl, "init");
265 EGLU_CHECK_MSG(egl, "Failed to create pbuffer");
teglSyncTests.cpp 129 EGLU_CHECK_MSG(egl, "eglQueryString(display, EGL_EXTENSIONS)");
219 EGLU_CHECK_MSG(egl, "Failed to create GLES2 context");
280 EGLU_CHECK_MSG(egl, "eglCreateSyncKHR()");
307 EGLU_CHECK_MSG(egl, "eglCreateSyncKHR()");
469 EGLU_CHECK_MSG(egl, "eglCreateSyncKHR()");
502 EGLU_CHECK_MSG(egl, "eglCreateSyncKHR()");
508 EGLU_CHECK_MSG(egl, "eglSignalSyncKHR()");
522 EGLU_CHECK_MSG(egl, "eglClientWaitSyncKHR()");
544 EGLU_CHECK_MSG(egl, "eglCreateSyncKHR()");
551 EGLU_CHECK_MSG(egl, "eglSignalSyncKHR()")
    [all...]
teglMultiThreadTests.cpp 568 EGLU_CHECK_MSG(egl, "eglGetConfigs()");
583 EGLU_CHECK_MSG(egl, "eglGetConfigs()");
616 EGLU_CHECK_MSG(egl, "eglChooseConfig()");
631 EGLU_CHECK_MSG(egl, "eglChooseConfig()");
697 EGLU_CHECK_MSG(egl, "eglGetConfigAttrib()");
782 EGLU_CHECK_MSG(egl, "eglDestroySurface()");
793 EGLU_CHECK_MSG(egl, "eglDestroySurface()");
804 EGLU_CHECK_MSG(egl, "eglDestroySurface()");
815 EGLU_CHECK_MSG(egl, "eglDestroyContext()");
826 EGLU_CHECK_MSG(egl, "eglDestroyContext()")
    [all...]
teglColorClearCase.cpp 198 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
214 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
234 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
240 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
403 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
409 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
teglCreateContextTests.cpp 91 EGLU_CHECK_MSG(egl, "init");
teglQueryContextTests.cpp 107 EGLU_CHECK_MSG(egl, "eglGetCurrentContext");
149 EGLU_CHECK_MSG(egl, "eglGetCurrentSurface(EGL_READ)");
152 EGLU_CHECK_MSG(egl, "eglGetCurrentSurface(EGL_DRAW)");
190 EGLU_CHECK_MSG(egl, "eglGetCurrentDisplay");
teglAndroidUtil.cpp 168 EGLU_CHECK_MSG(egl, "eglCreateImageKHR()");
teglInfoTests.cpp 127 EGLU_CHECK_MSG(egl, "eglQueryString() failed");
teglResizeTests.cpp 158 EGLU_CHECK_MSG(egl, "eglCreateContext()");
193 EGLU_CHECK_MSG(egl, "init");
362 EGLU_CHECK_MSG(egl, "eglSwapBuffers()");
407 EGLU_CHECK_MSG(egl, "eglSwapBuffers()");
teglSurfacelessContextTests.cpp 112 EGLU_CHECK_MSG(egl, "eglCreateContext()");
teglQuerySurfaceTests.cpp 315 EGLU_CHECK_MSG(egl, "before queries");
346 EGLU_CHECK_MSG(egl, "before queries");
376 EGLU_CHECK_MSG(egl, "before queries");
588 EGLU_CHECK_MSG(egl, "before queries");
617 EGLU_CHECK_MSG(egl, "before queries");
645 EGLU_CHECK_MSG(egl, "before queries");
teglMakeCurrentPerfTests.cpp 267 EGLU_CHECK_MSG(egl, "eglCreatePbufferSurface()");
384 EGLU_CHECK_MSG(egl, "eglCreateContext()");
532 EGLU_CHECK_MSG(egl, "eglMakeCurrent()");
teglMemoryStressTests.cpp 210 EGLU_CHECK_MSG(egl, "eglCreatePbufferSurface");
274 EGLU_CHECK_MSG(egl, "eglCreateContext");
teglRenderCase.cpp 190 EGLU_CHECK_MSG(egl, "eglCreatePbufferSurface()");
349 EGLU_CHECK_MSG(egl, "eglCreateContext()");
teglMultiContextTests.cpp 127 EGLU_CHECK_MSG(egl, "Failed to create pbuffer.");
teglImageUtil.cpp 109 EGLU_CHECK_MSG(egl, "eglCreatePbufferSurface()");
173 EGLU_CHECK_MSG(egl, "eglCreateImageKHR()");
teglNegativePartialUpdateTests.cpp 124 EGLU_CHECK_MSG(egl, "eglCreateContext");
127 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
teglPreservingSwapTests.cpp 348 EGLU_CHECK_MSG(egl, "eglCreateContext");
352 EGLU_CHECK_MSG(egl, "eglMakeCurrent");
teglImageFormatTests.cpp 295 EGLU_CHECK_MSG(m_egl, "Failed to create GLES2 context");
298 EGLU_CHECK_MSG(m_egl, "Failed to make context current");
339 EGLU_CHECK_MSG(egl, "glEGLImageTargetTexture2DOES()");
353 EGLU_CHECK_MSG(egl, "glEGLImageTargetRenderbufferStorageOES()");
    [all...]
  /external/deqp/framework/egl/
egluDefs.hpp 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
egluUtil.cpp 75 EGLU_CHECK_MSG(egl, "Querying extensions failed");
249 EGLU_CHECK_MSG(egl, "eglGetPlatformDisplayEXT()");
255 EGLU_CHECK_MSG(egl, "eglGetDisplay()");
303 EGLU_CHECK_MSG(egl, "eglCreatePlatformWindowSurfaceEXT()");
310 EGLU_CHECK_MSG(egl, "eglCreateWindowSurface()");
343 EGLU_CHECK_MSG(egl, "eglCreatePlatformPixmapSurfaceEXT()");
350 EGLU_CHECK_MSG(egl, "eglCreatePixmapSurface()");
egluConfigInfo.cpp 106 EGLU_CHECK_MSG(egl, "Failed to query config info");
egluGLContextFactory.cpp 283 EGLU_CHECK_MSG(egl, "eglCreatePbufferSurface()");
424 EGLU_CHECK_MSG(egl, "Failed to query config attributes");
530 EGLU_CHECK_MSG(egl, "Failed to query window size");
egluGLUtil.cpp 153 EGLU_CHECK_MSG(egl, "eglCreateContext()");
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 206 EGLU_CHECK_MSG(egl, "eglGetConfigAttrib()");

Completed in 286 milliseconds

1 2