Home
last modified time | relevance | path

Searched refs:isUninitialized (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp46 bool isUninitialized(WebGLObject* attachedObject) in isUninitialized() function
264 if (isUninitialized(m_colorAttachment.get())) { in initializeRenderbuffers()
268 if (isUninitialized(m_depthAttachment.get())) { in initializeRenderbuffers()
272 if (isUninitialized(m_stencilAttachment.get())) { in initializeRenderbuffers()
276 if (isUninitialized(m_depthStencilAttachment.get())) { in initializeRenderbuffers()
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java742 public boolean isUninitialized() { in isUninitialized() method in Type
823 if (isUninitialized()) { in asUninitialized()
/external/clang/lib/Analysis/
DUninitializedValues.cpp91 static bool isUninitialized(const Value v) { in isUninitialized() function
445 assert(isUninitialized(v)); in getUninitUse()
579 if (isUninitialized(v)) in reportUse()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java534 if (newType.isUninitialized()) { in withSimpleType()
/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.cpp277 ASSERT(m_token.isUninitialized()); in pumpTokenizer()
DHTMLToken.h76 bool isUninitialized() { return m_type == Uninitialized; } in isUninitialized() function
DHTMLTreeBuilder.cpp453 if (!rawToken.isUninitialized()) { in constructTreeFromToken()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0620046 … (WebCore::isUninitialized): Helper function to decide if an attachment is initialized or not.
86772 (WebCore::WebGLFramebuffer::isUninitialized):
133020 …(WebCore::WebGLFramebuffer::isUninitialized): Check whether an attached object is uninitialized re…