isTexture         323 Source/core/html/canvas/WebGLFramebuffer.cpp     ASSERT(object && (object->isTexture() || object->isRenderbuffer()));
isTexture         331 Source/core/html/canvas/WebGLFramebuffer.cpp         } else if (object->isTexture()) {
isTexture         354 Source/core/html/canvas/WebGLFramebuffer.cpp         } else if (object->isTexture()) {
isTexture         370 Source/core/html/canvas/WebGLFramebuffer.cpp         } else if (object->isTexture()) {
isTexture        2174 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(object->isTexture() || object->isRenderbuffer());
isTexture        2175 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (object->isTexture()) {
isTexture        2942 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->isTexture(texture->object());
isTexture         214 Source/core/html/canvas/WebGLRenderingContextBase.h     GLboolean isTexture(WebGLTexture*);
isTexture          48 Source/core/html/canvas/WebGLSharedObject.h     virtual bool isTexture() const { return false; }
isTexture         111 Source/core/html/canvas/WebGLTexture.h     virtual bool isTexture() const OVERRIDE { return true; }
isTexture         172 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual WGC3Dboolean isTexture(WebGLId texture) { return false; }
isTexture         294 public/platform/WebGraphicsContext3D.h     virtual WGC3Dboolean isTexture(WebGLId texture) = 0;