Searched refs:nativeVisual (Results 1 – 5 of 5) sorted by relevance
24 int nativeVisual) in initialize() argument33 visualTemplate.visualid = nativeVisual; in initialize()
26 int nativeVisual) override;
62 EGLint nativeVisual = 0; in testSetUp() local64 EGL_NATIVE_VISUAL_ID, &nativeVisual)); in testSetUp()66 mPixmapSize, nativeVisual)); in testSetUp()
29 int nativeVisual) = 0;
238 int nativeVisual = 0; in createPixmap() local242 egl.getConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &nativeVisual); in createPixmap()246 width, height, nativeVisual); in createPixmap()