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

  /external/skia/src/gpu/gl/
GrGLPathRendering.h 64 GrGLuint genPaths(GrGLsizei range);
GrGLPathRange.cpp 16 fBasePathID(gpu->glPathRendering()->genPaths(this->getNumPaths())),
GrGLPath.cpp 274 fPathID(gpu->glPathRendering()->genPaths(1)) {
GrGLPathRendering.cpp 264 GrGLuint GrGLPathRendering::genPaths(GrGLsizei range) {
278 GL_CALL_RET(firstID, GenPaths(allocAmount));
307 GL_CALL_RET(firstID, GenPaths(range));
GrGLCreateNullInterface.cpp 682 GrGLuint genPaths(GrGLsizei range) override {
GrGLTestInterface.cpp 184 fFunctions.fGenPaths = bind_to_member(this, &GrGLTestInterface::genPaths);
GrGLTestInterface.h 189 virtual GrGLuint genPaths(GrGLsizei range) { return 0; }
    [all...]

Completed in 59 milliseconds