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

  /external/skia/src/gpu/batches/
GrVertexBatch.h 81 DrawArrayList fDrawArrays;
GrVertexBatch.cpp 68 for (DrawArrayList::Iter da(fDrawArrays); da.get(); da.next()) {
  /external/skia/src/gpu/
GrBatchFlushState.h 165 GrVertexBatch::DrawArray* draws = this->vertexBatch()->fDrawArrays.addToTail();
171 this->vertexBatch()->fDrawArrays.tail()->fDraws.push_back(vertices);
  /external/skia/include/gpu/gl/
GrGLInterface.h 176 GrGLFunction<GrGLDrawArraysProc> fDrawArrays;
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 384 functions->fDrawArrays = noOpGLDrawArrays;
SkNullGLContext.cpp 433 functions->fDrawArrays = noOpGLDrawArrays;
GrGLInterface.cpp 139 nullptr == fFunctions.fDrawArrays ||
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 878 functions->fDrawArrays = noOpGLDrawArrays;
    [all...]

Completed in 71 milliseconds