Searched refs:isBuffer (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLObject.h58 virtual bool isBuffer() const { return false; } function in class:WebCore::WebGLObject
H A DWebGLBuffer.h70 virtual bool isBuffer() const { return true; } function in class:WebCore::WebGLBuffer
H A DWebGLRenderingContext.h169 GC3Dboolean isBuffer(WebGLBuffer*);
H A DWebGLRenderingContext.idl573 [StrictTypeChecking] boolean isBuffer(in WebGLBuffer buffer);
H A DWebGLRenderingContext.cpp2637 GC3Dboolean WebGLRenderingContext::isBuffer(WebGLBuffer* buffer) function in class:WebCore::__anon14578::WebGLRenderingContext
2645 return m_context->isBuffer(buffer->object());
3967 if ((*it)->isBuffer() && (*it)->object() == obj)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp216 glIsBufferType isBuffer; member in class:WebCore::GraphicsContext3DInternal
380 isBuffer = GET_PROC_ADDRESS(glIsBuffer);
1054 GC3Dboolean GraphicsContext3D::isBuffer(Platform3DObject buffer) function in class:WebCore::GraphicsContext3D
1060 return m_internal->isBuffer(buffer);
/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h257 virtual WGC3Dboolean isBuffer(WebGLId buffer) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h165 GC3Dboolean isBuffer(Platform3DObject);
H A DGraphicsContext3DChromium.cpp583 DELEGATE_TO_IMPL_1R(isBuffer, Platform3DObject, GC3Dboolean)
1051 DELEGATE_TO_INTERNAL_1R(isBuffer, Platform3DObject, GC3Dboolean)
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h694 GC3Dboolean isBuffer(Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp766 GC3Dboolean GraphicsContext3D::isBuffer(Platform3DObject buffer) function in class:WebCore::GraphicsContext3D

Completed in 649 milliseconds