Home | History | Annotate | Download | only in client

Lines Matching refs:VertexAttrib1f

919 void GLES2TraceImplementation::VertexAttrib1f(GLuint indx, GLfloat x) {
920 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttrib1f");
921 gl_->VertexAttrib1f(indx, x);