Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglRenderCase.cpp60 static void postSurface (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint typeBit) in postSurface() argument
62 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()
/external/mesa3d/src/mesa/main/
Dvarray.c337 GLbitfield typeBit; in update_array_format() local
361 typeBit = type_to_bit(ctx, type); in update_array_format()
362 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) { in update_array_format()