Home
last modified time | relevance | path

Searched refs:TEGL_ADD_API_CASE (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp132 TEGL_ADD_API_CASE(bind_api, "eglBindAPI() negative tests", in init()
167 TEGL_ADD_API_CASE(bind_tex_image, "eglBindTexImage() negative tests", in init()
195 TEGL_ADD_API_CASE(copy_buffers, "eglCopyBuffers() negative tests", in init()
250 TEGL_ADD_API_CASE(choose_config, "eglChooseConfig() negative tests", in init()
288 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()
486TEGL_ADD_API_CASE(create_pbuffer_from_client_buffer, "eglCreatePbufferFromClientBuffer() negative … in init()
558 TEGL_ADD_API_CASE(create_pbuffer_surface, "eglCreatePbufferSurface() negative tests", in init()
673 TEGL_ADD_API_CASE(create_pixmap_surface, "eglCreatePixmapSurface() negative tests", in init()
696 TEGL_ADD_API_CASE(create_window_surface, "eglCreateWindowSurface() negative tests", in init()
720 TEGL_ADD_API_CASE(destroy_context, "eglDestroyContext() negative tests", in init()
[all …]
DteglApiCase.hpp78 #define TEGL_ADD_API_CASE(NAME, DESCRIPTION, TEST_FUNC_BODY) \ macro