Home
last modified time | relevance | path

Searched refs:bindFragmentInputSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h50 return fCaps.bindFragmentInputSupport; in shouldBindFragmentInputs()
80 bool bindFragmentInputSupport : 1; member
DGrGLPathRendering.cpp58 fCaps.bindFragmentInputSupport = (bool)glInterface->fFunctions.fBindFragmentInputLocation; in GrGLPathRendering()