/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLFramebuffer.cpp | 177 if (m_colorAttachment->isTexture()) in getWidth() 189 if (m_colorAttachment->isTexture()) in getHeight() 210 if (m_colorAttachment->isTexture()) in getColorBufferFormat()
|
D | WebGLObject.h | 63 virtual bool isTexture() const { return false; } in isTexture() function
|
D | WebGLTexture.h | 106 virtual bool isTexture() const { return true; } in isTexture() function
|
D | WebGLRenderingContext.h | 176 GC3Dboolean isTexture(WebGLTexture*);
|
D | WebGLRenderingContext.cpp | 2706 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()
|
D | WebGLRenderingContext.idl | 580 [StrictTypeChecking] boolean isTexture(in WebGLTexture texture);
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 36 bool isTexture(const llvm::Value &);
|
D | NVPTXUtilities.cpp | 120 bool llvm::isTexture(const llvm::Value &val) { in isTexture() function in llvm
|
D | NVPTXAsmPrinter.cpp | 1039 if (llvm::isTexture(*GVar)) { in printModuleLevelGV()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DInternal.h | 171 GC3Dboolean isTexture(Platform3DObject);
|
D | GraphicsContext3DChromium.cpp | 589 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/ |
D | WebGraphicsContext3D.h | 263 virtual WGC3Dboolean isTexture(WebGLId texture) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 700 GC3Dboolean isTexture(Platform3DObject);
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 817 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) in isTexture() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 1105 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) in isTexture() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 21420 (WebCore::GraphicsContext3D::isTexture): 27373 (WebCore::GraphicsContext3D::isTexture): 27791 (WebCore::GraphicsContext3D::isTexture):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 8471 (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 …]
|
D | ChangeLog-2011-02-16 | 27144 (WebCore::WebGLRenderingContext::isTexture): 31250 (WebCore::GraphicsContext3D::isTexture): 31384 (WebCore::GraphicsContext3D::isTexture): 35838 (WebCore::WebGLTexture::isTexture):
|
D | ChangeLog-2010-05-24 | 12568 (WebCore::CanvasObject::isTexture): 12587 (WebCore::WebGLTexture::isTexture): 43483 (WebCore::GraphicsContext3D::isTexture):
|
D | ChangeLog-2010-01-29 | 29071 (WebCore::WebGLRenderingContext::isTexture):
|