Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h179 bool isTexture(WebGLTexture*);
DWebGLRenderingContext.cpp1505 bool WebGLRenderingContext::isTexture(WebGLTexture* texture) in isTexture() function in WebCore::WebGLRenderingContext
1510 return m_context->isTexture(texture); in isTexture()
DWebGLRenderingContext.idl588 boolean isTexture(in WebGLTexture texture);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h526 bool isTexture(WebGLTexture*);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp634 bool GraphicsContext3D::isTexture(WebGLTexture* texture) in isTexture() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp1785 bool GraphicsContext3D::isTexture(WebGLTexture* texture) in isTexture() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/
DChangeLog4043 (WebCore::GraphicsContext3D::isTexture):
4461 (WebCore::GraphicsContext3D::isTexture):
/external/webkit/WebCore/
DChangeLog-2010-01-2929071 (WebCore::WebGLRenderingContext::isTexture):