Searched defs:isAllocated (Results 1 – 3 of 3) sorted by relevance
110 virtual bool isAllocated(void) const { return false; } in isAllocated() function245 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function301 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
111 boolean isAllocated() { in isAllocated() method in TextureSource
72 bool isAllocated() const { in isAllocated() function