Searched refs:tfPrimTypeGL (Results 1 – 1 of 1) sorted by relevance
309 …Result renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, …334 …ler<AttribType>::renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBinding… in renderAndGetPrimitives() argument336 DE_ASSERT(tfPrimTypeGL == GL_POINTS || tfPrimTypeGL == GL_LINES || tfPrimTypeGL == GL_TRIANGLES); in renderAndGetPrimitives()345 gl.beginTransformFeedback(tfPrimTypeGL); in renderAndGetPrimitives()355 …bType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPrimsWritten * numVerticesPerPrimitive(tfPrimTypeGL))); in renderAndGetPrimitives()