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()
349 GLbitfield typeBit; in validate_array_format() local372 typeBit = type_to_bit(ctx, type); in validate_array_format()373 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) { in validate_array_format()