HomeSort by relevance Sort by last modified time
    Searched refs:convertCount (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
IndexDataManager.cpp 121 int convertCount = count;
123 streamingBuffer->reserveSpace(convertCount * typeSize(type), type);
124 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
132 copyIndices(type, staticBuffer ? buffer->data() : indices, convertCount, output);
  /external/swiftshader/src/OpenGL/libGL/
IndexDataManager.cpp 138 int convertCount = count;
140 streamingBuffer->reserveSpace(convertCount * typeSize(type), type);
141 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
149 copyIndices(type, staticBuffer ? buffer->data() : indices, convertCount, output);
  /external/swiftshader/src/OpenGL/libGLESv2/
IndexDataManager.cpp 309 int convertCount = translated->primitiveCount * vertexPerPrimitive;
311 streamingBuffer->reserveSpace(convertCount * typeSize(type), type);
312 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
336 int convertCount = count;
338 streamingBuffer->reserveSpace(convertCount * typeSize(type), type);
339 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset);
347 copyIndices(type, indices, convertCount, output);

Completed in 124 milliseconds