Searched refs:fCall (Results 1 – 2 of 2) sorted by relevance
280 fCall = [](const void* buf, Args... args) { in GrGLFunction()296 fCall = [](const void* buf, Args... args) { in GrGLFunction()303 SkASSERT(fCall); in operator()304 return fCall(fBuf, std::forward<Args>(args)...); in operator()307 explicit operator bool() const { return fCall != nullptr; }309 void reset() { fCall = nullptr; } in reset()313 Call* fCall = nullptr; variable
279 fCall = [](const void* buf, Args... args) { in GrGLFunction()295 fCall = [](const void* buf, Args... args) { in GrGLFunction()302 SkASSERT(fCall); in operator()303 return fCall(fBuf, std::forward<Args>(args)...); in operator()306 explicit operator bool() const { return fCall != nullptr; }308 void reset() { fCall = nullptr; } in reset()312 Call* fCall = nullptr; variable