Searched refs:typeBit (Results 1 – 2 of 2) sorted by relevance
60 static void postSurface (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint typeBit) in postSurface() argument62 if (typeBit == EGL_WINDOW_BIT) in postSurface()64 else if (typeBit == EGL_PIXMAP_BIT) in postSurface()66 else if (typeBit == EGL_PBUFFER_BIT) in postSurface()
337 GLbitfield typeBit; in update_array_format() local361 typeBit = type_to_bit(ctx, type); in update_array_format()362 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) { in update_array_format()