Searched refs:isTexture (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLObject.h63 virtual bool isTexture() const { return false; } function in class:WebCore::WebGLObject
H A DWebGLFramebuffer.cpp177 if (m_colorAttachment->isTexture())
189 if (m_colorAttachment->isTexture())
210 if (m_colorAttachment->isTexture())
H A DWebGLTexture.h106 virtual bool isTexture() const { return true; } function in class:WebCore::WebGLTexture
H A DWebGLRenderingContext.h176 GC3Dboolean isTexture(WebGLTexture*);
H A DWebGLRenderingContext.idl580 [StrictTypeChecking] boolean isTexture(in WebGLTexture texture);
H A DWebGLRenderingContext.cpp2706 GC3Dboolean WebGLRenderingContext::isTexture(WebGLTexture* texture) function in class:WebCore::__anon15171::WebGLRenderingContext
2714 return m_context->isTexture(texture->object());
3943 if ((*it)->isTexture() && (*it)->object() == obj)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h36 bool isTexture(const llvm::Value &);
H A DNVPTXUtilities.cpp120 bool llvm::isTexture(const llvm::Value &val) { function in class:llvm
H A DNVPTXAsmPrinter.cpp1039 if (llvm::isTexture(*GVar)) {
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h263 virtual WGC3Dboolean isTexture(WebGLId texture) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h171 GC3Dboolean isTexture(Platform3DObject);
H A DGraphicsContext3DChromium.cpp589 DELEGATE_TO_IMPL_1R(isTexture, Platform3DObject, GC3Dboolean)
1057 DELEGATE_TO_INTERNAL_1R(isTexture, Platform3DObject, GC3Dboolean)
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h700 GC3Dboolean isTexture(Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp817 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1105 GC3Dboolean GraphicsContext3D::isTexture(Platform3DObject texture) function in class:WebCore::GraphicsContext3D

Completed in 247 milliseconds