Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.h749 const bool mWebGLContext; variable
DContext.cpp359 mWebGLContext(GetWebGLContext(attribs)), in Context()
361 mExtensionsEnabled(GetExtensionsEnabled(attribs, mWebGLContext)), in Context()
3474 if (!supportedExtensions.colorBufferFloat && !mWebGLContext) in generateSupportedExtensions()
3754 mState.mExtensions.webglCompatibility = mWebGLContext; in initCaps()
3766 if (mWebGLContext && getLimitations().emulatedEtc1) in initCaps()