Home | History | Annotate | Download | only in opengl

Lines Matching defs:drawBuffer

298 		const deUint32		drawBuffer		= defaultFbo != 0 ? GL_COLOR_ATTACHMENT0 : GL_BACK;
305 gl.drawBuffers (1, &drawBuffer);
847 gl.drawBuffer (drawReadBuffer);