Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/include/EGL/
Degl.h149 #define EGL_WINDOW_BIT 0x0004 /* EGL_SURFACE_TYPE mask bits */ macro
/device/generic/goldfish-opengl/system/egl/
Degl.cpp869 if (!(surfaceType & EGL_WINDOW_BIT)) { in eglCreateWindowSurface()
878 &s_display, config, EGL_WINDOW_BIT, static_cast<ANativeWindow*>(win)); in eglCreateWindowSurface()
1081 case EGL_WINDOW_BIT: in eglQuerySurface()