Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp2249 bool webglCompatibility, in LinkValidateInterfaceBlockFields() argument
2259 blockField1, blockField2, webglCompatibility, false, false, mismatchedBlockFieldName); in LinkValidateInterfaceBlockFields()
2277 bool webglCompatibility, in AreMatchingInterfaceBlocks() argument
2305 member1, member2, webglCompatibility, mismatchedBlockFieldName); in AreMatchingInterfaceBlocks()
2329 bool webglCompatibility, in ValidateGraphicsInterfaceBlocksPerShader() argument
2343 block, linkedBlock, webglCompatibility, &mismatchedStructFieldName); in ValidateGraphicsInterfaceBlocksPerShader()
2365 bool webglCompatibility, in ValidateInterfaceBlocksMatch() argument
2406 shaderType, webglCompatibility, in ValidateInterfaceBlocksMatch()
2418 bool webglCompatibility, in LinkValidateProgramInterfaceBlocks() argument
2458 webglCompatibility, &instancelessInterfaceBlocksFields)) in LinkValidateProgramInterfaceBlocks()
[all …]
H A DProgram.h518 bool linkAttributes(const Caps &caps, const Limitations &limitations, bool webglCompatibility);
H A DProgramLinkedResources.h389 bool webglCompatibility,
H A DProgram.cpp1981 bool webglCompatibility) in linkAttributes() argument
2050 if (shaderVersion >= 300 || webglCompatibility || in linkAttributes()
H A DProgramExecutable.h765 bool webglCompatibility,
H A DProgramExecutable.cpp1276 bool webglCompatibility, in linkMergedVaryings() argument
1296 else if (webglCompatibility) in linkMergedVaryings()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.h220 void setWebGLCompatibilityEnabled(bool webglCompatibility);
H A DANGLEPerfTest.cpp1375 void ANGLERenderTest::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument
1377 mConfigParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.cpp1522 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument
1524 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
H A DANGLETest.h509 void setWebGLCompatibilityEnabled(bool webglCompatibility);