Home | History | Annotate | Download | only in functional

Lines Matching full:primitivesgenerated

4700 	glw::GLuint primitivesGenerated = 0xDEBADBAD;
4751 gl.getQueryObjectuiv(*query, GL_QUERY_RESULT, &primitivesGenerated);
4757 << "GL_PRIMITIVES_GENERATED = " << primitivesGenerated
4763 if (expectedGenerated == primitivesGenerated)
4770 << "Got unexpected result for GL_PRIMITIVES_GENERATED. Expected " << expectedGenerated << ", got " << primitivesGenerated