Home | History | Annotate | Download | only in client

Lines Matching refs:IsTexture

1047 GLboolean GLES2Implementation::IsTexture(GLuint texture) {
1049 TRACE_EVENT0("gpu", "GLES2Implementation::IsTexture");
1051 typedef cmds::IsTexture::Result Result;
1057 helper_->IsTexture(texture, GetResultShmId(), GetResultShmOffset());