Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblit.c366 const GLbitfield legalMaskBits = (GL_COLOR_BUFFER_BIT | in blit_framebuffer() local
392 if (mask & ~legalMaskBits) { in blit_framebuffer()