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

/external/deqp/modules/egl/
H A DteglRenderCase.cpp60 static void postSurface (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint typeBit) argument
62 if (typeBit == EGL_WINDOW_BIT)
64 else if (typeBit == EGL_PIXMAP_BIT)
66 else if (typeBit == EGL_PBUFFER_BIT)
/external/mesa3d/src/mesa/main/
H A Dvarray.c132 GLbitfield typeBit; local
186 typeBit = type_to_bit(ctx, type);
187 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) {

Completed in 112 milliseconds