Searched defs:isAllocated (Results 1 – 2 of 2) sorted by relevance
129 virtual bool isAllocated(void) const { return false; } in isAllocated() function282 bool isAllocated(void) const override { return mBuf != NULL; } in isAllocated() function340 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
111 boolean isAllocated() { in isAllocated() method in TextureSource