Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp504 static const EGLint s_negativeWidthPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, 64, EGL_NONE }; in init() local
635 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthPbufferAttrib)); in init()