Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.cpp58 fCaps.bindFragmentInputSupport = (bool)glInterface->fFunctions.fBindFragmentInputLocation; in GrGLPathRendering()
DGrGLInterfaceAutogen.cpp536 if (!fFunctions.fBindFragmentInputLocation) { in validate()
/third_party/flutter/skia/include/gpu/gl/
DGrGLInterface.h302 GrGLFunction<GrGLBindFragmentInputLocationFn> fBindFragmentInputLocation; member