Home | History | Annotate | Download | only in gpu

Lines Matching defs:acquired

151     bool acquired = false;
157 acquired = this->onReserveVertexSpace(vertexSize,
161 if (acquired) {
168 return acquired;
174 bool acquired = false;
180 acquired = this->onReserveIndexSpace(indexCount, indices);
182 if (acquired) {
188 return acquired;