Home | History | Annotate | Download | only in client

Lines Matching refs:IsBuffer

955 GLboolean GLES2Implementation::IsBuffer(GLuint buffer) {
957 TRACE_EVENT0("gpu", "GLES2Implementation::IsBuffer");
959 typedef cmds::IsBuffer::Result Result;
965 helper_->IsBuffer(buffer, GetResultShmId(), GetResultShmOffset());