Searched defs:querySurfaceInt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/egl/
H A DegluUtil.cpp202 EGLint querySurfaceInt (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint attrib) function in namespace:eglu
211 const EGLint width = querySurfaceInt(egl, display, surface, EGL_WIDTH);
212 const EGLint height = querySurfaceInt(egl, display, surface, EGL_HEIGHT);
218 const EGLint hRes = querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION);
219 const EGLint vRes = querySurfaceInt(egl, display, surface, EGL_VERTICAL_RESOLUTION);

Completed in 33 milliseconds