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.cpp131 TEGL_ADD_API_CASE(bind_api, "eglBindAPI() negative tests", in init()
161 TEGL_ADD_API_CASE(bind_tex_image, "eglBindTexImage() negative tests", in init()
189 TEGL_ADD_API_CASE(copy_buffers, "eglCopyBuffers() negative tests", in init()
244 TEGL_ADD_API_CASE(choose_config, "eglChooseConfig() negative tests", in init()
282 TEGL_ADD_API_CASE(create_context, "eglCreateContext() negative tests", in init()
456TEGL_ADD_API_CASE(create_pbuffer_from_client_buffer, "eglCreatePbufferFromClientBuffer() negative … in init()
528 TEGL_ADD_API_CASE(create_pbuffer_surface, "eglCreatePbufferSurface() negative tests", in init()
643 TEGL_ADD_API_CASE(create_pixmap_surface, "eglCreatePixmapSurface() negative tests", in init()
666 TEGL_ADD_API_CASE(create_window_surface, "eglCreateWindowSurface() negative tests", in init()
690 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