Searched refs:gMappedBuffers (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp128 static GrTDArray<GrGLuint> gMappedBuffers; variable
152 for (int j = 0; j < gMappedBuffers.count(); ++j) {
153 if (gMappedBuffers[j] == ids[i]) {
154 gMappedBuffers.remove(j);
175 *gMappedBuffers.append() = buf;
191 for (int i = 0; i < gMappedBuffers.count(); ++i) {
192 if (gMappedBuffers[i] == buf) {
193 gMappedBuffers.remove(i);
216 for (int i = 0; i < gMappedBuffers.count(); ++i) {
217 if (gMappedBuffers[
[all...]

Completed in 19 milliseconds