Home
last modified time | relevance | path

Searched refs:es3Attrs (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextTests.cpp72 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForConfig() local
85 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs }, in executeForConfig()
DteglSurfacelessContextTests.cpp79 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForConfig() local
92 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs }, in executeForConfig()
DteglQueryContextTests.cpp191 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForSurface() local
205 { "OpenGL ES 3", EGL_OPENGL_ES_API, EGL_OPENGL_ES3_BIT_KHR, es3Attrs, 3 }, in executeForSurface()