Home | History | Annotate | Download | only in canvas

Lines Matching defs:isTexture

2181     ASSERT(object->isTexture() || object->isRenderbuffer());
2182 if (object->isTexture()) {
2945 GLboolean WebGLRenderingContextBase::isTexture(WebGLTexture* texture)
2953 return webContext()->isTexture(texture->object());