HomeSort by relevance Sort by last modified time
    Searched refs:checkExtensions (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglImageTests.cpp 66 bool checkExtensions (const tcu::egl::Display& dpy, const char** first, const char** last, vector<const char*>& unsupported)
98 void checkExtensions (const tcu::egl::Display& dpy, const char** first, const char** last)
101 if (!checkExtensions(dpy, first, last, unsupported))
106 void checkExtensions (const tcu::egl::Display& dpy, const char* (&extensions)[N])
108 checkExtensions(dpy, &extensions[0], &extensions[N]);
111 #define CHECK_EXTENSIONS(EXTENSIONS) do { static const char* ext[] = EXTENSIONS; checkExtensions(m_eglTestCtx.getDisplay(), ext); } while (deGetFalse())
teglImageFormatTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]

Completed in 3658 milliseconds