Home
last modified time | relevance | path

Searched defs:isWebGL (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
DValidateGlobalInitializer.cpp129 bool isWebGL, in ValidateGlobalInitializerTraverser()
145 bool isWebGL, in ValidateGlobalInitializer()
/external/angle/src/libANGLE/renderer/vulkan/
DShaderVk.cpp32 bool isWebGL = context->getExtensions().webglCompatibility; in compile() local
/external/angle/src/libANGLE/
DCompiler.cpp29 bool isWebGL, in SelectShaderSpec()
DContext.h572 bool isWebGL() const { return mState.isWebGL(); } in isWebGL() function
DState.h124 bool isWebGL() const { return mExtensions.webglCompatibility; } in isWebGL() function
/external/angle/src/libANGLE/renderer/gl/
DShaderGL.cpp249 bool isWebGL = context->getExtensions().webglCompatibility; in compile() local