Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp530 …static const EGLint s_negativeWidthAndHeightPbufferAttrib[] = { EGL_WIDTH, -1, EGL_HEIGHT, -1, EGL… in init() local
665 …tNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthAndHeightPbufferAttrib)); in init()