Home
last modified time | relevance | path

Searched refs:mLimitations (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h268 gl::Limitations mLimitations; variable
DContextNULL.cpp405 return mLimitations; in getNativeLimitations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h121 const Limitations &getLimitations() const { return mLimitations; } in getLimitations()
983 Limitations mLimitations; variable
DContext.cpp847 ->createShader(mImplementation.get(), mState.mLimitations, type) in createShader()
3676 mState.mLimitations = mImplementation->getNativeLimitations(); in initCaps()