Home
last modified time | relevance | path

Searched refs:webglCompatibility (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DProgramLinkedResources.cpp2116 bool webglCompatibility, in LinkValidateInterfaceBlockFields() argument
2126 blockField1, blockField2, webglCompatibility, false, false, mismatchedBlockFieldName); in LinkValidateInterfaceBlockFields()
2144 bool webglCompatibility, in AreMatchingInterfaceBlocks() argument
2172 member1, member2, webglCompatibility, mismatchedBlockFieldName); in AreMatchingInterfaceBlocks()
2196 bool webglCompatibility, in ValidateGraphicsInterfaceBlocksPerShader() argument
2210 block, linkedBlock, webglCompatibility, &mismatchedStructFieldName); in ValidateGraphicsInterfaceBlocksPerShader()
2232 bool webglCompatibility, in ValidateInterfaceBlocksMatch() argument
2273 shaderType, webglCompatibility, in ValidateInterfaceBlocksMatch()
2292 const bool webglCompatibility = context->isWebGL(); in LinkValidateProgramInterfaceBlocks() local
2327 webglCompatibility, &instancelessInterfaceBlocksFields)) in LinkValidateProgramInterfaceBlocks()
[all …]
DProgram.cpp3171 bool webglCompatibility = context->isWebGL(); in linkAttributes() local
3238 if (shaderVersion >= 300 || webglCompatibility || in linkAttributes()
/external/angle/src/tests/perf_tests/
DANGLEPerfTest.h205 void setWebGLCompatibilityEnabled(bool webglCompatibility);
DANGLEPerfTest.cpp1166 void ANGLERenderTest::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument
1168 mConfigParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
/external/angle/src/tests/test_utils/
DANGLETest.cpp1368 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument
1370 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
DANGLETest.h463 void setWebGLCompatibilityEnabled(bool webglCompatibility);