Home | History | Annotate | Download | only in client

Lines Matching refs:VertexAttrib4f

957 void GLES2TraceImplementation::VertexAttrib4f(GLuint indx,
962 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttrib4f");
963 gl_->VertexAttrib4f(indx, x, y, z, w);