Home
last modified time | relevance | path

Searched refs:isTexture (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp177 if (m_colorAttachment->isTexture()) in getWidth()
189 if (m_colorAttachment->isTexture()) in getHeight()
210 if (m_colorAttachment->isTexture()) in getColorBufferFormat()
DWebGLObject.h63 virtual bool isTexture() const { return false; } in isTexture() function
DWebGLTexture.h106 virtual bool isTexture() const { return true; } in isTexture() function
DWebGLRenderingContext.h176 GC3Dboolean isTexture(WebGLTexture*);
DWebGLRenderingContext.cpp2706 GC3Dboolean WebGLRenderingContext::isTexture(WebGLTexture* texture) in isTexture() function in WebCore::WebGLRenderingContext
2714 return m_context->isTexture(texture->object()); in isTexture()
3943 if ((*it)->isTexture() && (*it)->object() == obj) in findTexture()
DWebGLRenderingContext.idl580 [StrictTypeChecking] boolean isTexture(in WebGLTexture texture);
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h36 bool isTexture(const llvm::Value &);
DNVPTXUtilities.cpp120 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
DNVPTXAsmPrinter.cpp1039 if (llvm::isTexture(*GVar)) { in printModuleLevelGV()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h171 GC3Dboolean isTexture(Platform3DObject);
DGraphicsContext3DChromium.cpp589 DELEGATE_TO_IMPL_1R(isTexture, Platform3DObject, GC3Dboolean) in DELEGATE_TO_IMPL_3()
1057 DELEGATE_TO_INTERNAL_1R(isTexture, Platform3DObject, GC3Dboolean) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h263 virtual WGC3Dboolean isTexture(WebGLId texture) = 0;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h700 GC3Dboolean isTexture(Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp817 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) in isTexture() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp1105 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) in isTexture() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1621420 (WebCore::GraphicsContext3D::isTexture):
27373 (WebCore::GraphicsContext3D::isTexture):
27791 (WebCore::GraphicsContext3D::isTexture):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-068471 (WebCore::WebGLRenderingContext::isTexture): Ditto.
18831 (WebCore::WebGLRenderingContext::isTexture):
57260 (WebCore::GraphicsContext3D::isTexture):
61725 (WebCore::GraphicsContext3D::isTexture):
61898 (WebCore::GraphicsContext3D::isTexture):
74516 (WebCore::GraphicsContext3D::isTexture):
86150 (WebCore::WebGLObject::isTexture):
86194 (WebCore::WebGLTexture::isTexture):
87544 (WebCore::WebGLRenderingContext::isTexture):
87579 (WebCore::GraphicsContext3D::isTexture):
[all …]
DChangeLog-2011-02-1627144 (WebCore::WebGLRenderingContext::isTexture):
31250 (WebCore::GraphicsContext3D::isTexture):
31384 (WebCore::GraphicsContext3D::isTexture):
35838 (WebCore::WebGLTexture::isTexture):
DChangeLog-2010-05-2412568 (WebCore::CanvasObject::isTexture):
12587 (WebCore::WebGLTexture::isTexture):
43483 (WebCore::GraphicsContext3D::isTexture):
DChangeLog-2010-01-2929071 (WebCore::WebGLRenderingContext::isTexture):