Home
last modified time | relevance | path

Searched refs:basePathID (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.h38 GrGLuint basePathID,
43 GrGLuint basePathID() const { return fBasePathID; } in basePathID() function
DGrGLPathRange.cpp24 GrGLuint basePathID, in GrGLPathRange() argument
30 fBasePathID(basePathID), in GrGLPathRange()
DGrGLPathRendering.cpp176 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
181 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
186 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()