Home | History | Annotate | Download | only in performance

Lines Matching refs:pixel

1807 	// \note Read one pixel to force compilation.
1808 deUint32 pixel;
1809 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &pixel);