Home | History | Annotate | Download | only in performance

Lines Matching refs:pixel

1787 	// \note Read one pixel to force compilation.
1788 deUint32 pixel;
1789 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &pixel);