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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLBuffer.h53 virtual bool isBuffer() const { return true; } function in class:WebCore::WebGLBuffer
H A DWebGLSharedObject.h45 virtual bool isBuffer() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLRenderingContext.idl573 [StrictTypeChecking] GLboolean isBuffer(WebGLBuffer buffer);
H A DWebGLRenderingContext.h196 GC3Dboolean isBuffer(WebGLBuffer*);
H A DWebGLRenderingContext.cpp2904 GC3Dboolean WebGLRenderingContext::isBuffer(WebGLBuffer* buffer) function in class:WebCore::WebGLRenderingContext
2912 return m_context->isBuffer(buffer->object());
/external/clang/include/clang/Frontend/
H A DFrontendOptions.h104 bool isFile() const { return !isBuffer(); }
105 bool isBuffer() const { return Buffer != 0; } function in class:clang::FrontendInputFile
112 assert(isBuffer());
/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.cc199 WGC3Dboolean FakeWebGraphicsContext3D::isBuffer( function in class:cc::FakeWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h67 virtual blink::WGC3Dboolean isBuffer(blink::WebGLId buffer);
H A Dfake_web_graphics_context_3d.h309 virtual blink::WGC3Dboolean isBuffer(blink::WebGLId buffer);
H A Dtest_web_graphics_context_3d.cc147 WGC3Dboolean TestWebGraphicsContext3D::isBuffer( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext3D.h288 GC3Dboolean isBuffer(Platform3DObject);
H A DGraphicsContext3D.cpp420 DELEGATE_TO_WEBCONTEXT_1R(isBuffer, Platform3DObject, GC3Dboolean)
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h167 virtual WGC3Dboolean isBuffer(WebGLId buffer) { return false; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h319 virtual WGC3Dboolean isBuffer(WebGLId buffer);
H A Dwebgraphicscontext3d_command_buffer_impl.cc919 DELEGATE_TO_GL_1RB(isBuffer, IsBuffer, WebGLId, WGC3Dboolean)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h294 virtual WGC3Dboolean isBuffer(WebGLId buffer) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h260 virtual WGC3Dboolean isBuffer(WebGLId buffer);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc799 DELEGATE_TO_GL_1RB(isBuffer, IsBuffer, WebGLId, WGC3Dboolean)
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp605 if (Input.isBuffer()) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js1878 result.push({ name: "isBuffer", value: gl.isBuffer(buffer) });

Completed in 143 milliseconds