Home | History | Annotate | Download | only in client

Lines Matching defs:GetAttachedShaders

382 void GLES2TraceImplementation::GetAttachedShaders(GLuint program,
386 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttachedShaders");
387 gl_->GetAttachedShaders(program, maxcount, count, shaders);