Searched defs:isAllocated (Results 1 – 2 of 2) 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