Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.h37 GrGLuint basePathID,
42 GrGLuint basePathID() const { return fBasePathID; } in basePathID() function
DGrGLPathRange.cpp23 GrGLuint basePathID, in GrGLPathRange() argument
29 fBasePathID(basePathID), in GrGLPathRange()
DGrGLPathRendering.cpp199 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
204 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
209 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()