Home | History | Annotate | Download | only in gpu

Lines Matching defs:acquired

152     bool acquired = false;
158 acquired = this->onReserveVertexSpace(vertexSize,
162 if (acquired) {
169 return acquired;
175 bool acquired = false;
181 acquired = this->onReserveIndexSpace(indexCount, indices);
183 if (acquired) {
189 return acquired;