Home | History | Annotate | Download | only in client

Lines Matching defs:BindTexture

46 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) {
47 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindTexture");
48 gl_->BindTexture(target, texture);