Home | History | Annotate | Download | only in canvas

Lines Matching refs:isTexture

2706 GC3Dboolean WebGLRenderingContext::isTexture(WebGLTexture* texture)
2714 return m_context->isTexture(texture->object());
3943 if ((*it)->isTexture() && (*it)->object() == obj)