Searched defs:isBuffer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLSharedObject.h44 virtual bool isBuffer() const { return false; } function in class:WebCore::WebGLSharedObject
H A DWebGLRenderingContextBase.cpp2882 GLboolean WebGLRenderingContextBase::isBuffer(WebGLBuffer* buffer) function in class:WebCore::__anon10393::WebGLRenderingContextBase
2890 return webContext()->isBuffer(buffer->object());
/external/clang/include/clang/Frontend/
H A DFrontendOptions.h104 bool isFile() const { return !isBuffer(); }
105 bool isBuffer() const { return Buffer != nullptr; } function in class:clang::FrontendInputFile
112 assert(isBuffer());
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc122 GLboolean TestWebGraphicsContext3D::isBuffer( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h166 virtual WGC3Dboolean isBuffer(WebGLId buffer) { return false; } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1095 bool isBuffer = de::inRange<int>(program, PROGRAM_BUFFER_FLOAT, PROGRAM_BUFFER_UINT); local
1113 else if (isBuffer && glu::glslVersionIsES(m_glslVersion))

Completed in 360 milliseconds