Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h573 bool isWebGL1() const { return mState.isWebGL1(); } in isWebGL1() function
DState.h126 bool isWebGL1() const { return (isWebGL() && mClientVersion.major == 2); } in isWebGL1() function