OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSharedObject
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h
56
virtual bool
isSharedObject
(WebGLSharedObject*) const = 0;
WebGLFramebuffer.cpp
57
virtual bool
isSharedObject
(WebGLSharedObject*) const OVERRIDE;
108
bool WebGLRenderbufferAttachment::
isSharedObject
(WebGLSharedObject* object) const
165
virtual bool
isSharedObject
(WebGLSharedObject*) const OVERRIDE;
214
bool WebGLTextureAttachment::
isSharedObject
(WebGLSharedObject* object) const
470
if (attachmentObject->
isSharedObject
(attachment)) {
Completed in 40 milliseconds