Searched defs:isAllocated (Results 1 – 3 of 3) sorted by relevance
113 virtual bool isAllocated(void) const { return false; } in isAllocated() function268 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function324 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
111 boolean isAllocated() { in isAllocated() method in TextureSource
65 bool isAllocated() const { return mAllocated; } in isAllocated() function