Home
last modified time | relevance | path

Searched defs:GrGLFunction (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/include/gpu/ganesh/gl/
H A DGrGLFunctions.h258 template <typename T> class GrGLFunction; variable
266 GrGLFunction(std::nullptr_t) {} in GrGLFunction() function
269 GrGLFunction(Fn* fn_ptr) { in GrGLFunction() function
281 GrGLFunction(Closure closure) : GrGLFunction() { in GrGLFunction() function