Searched refs:webglCompatibility (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 2249 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 D | Program.h | 518 bool linkAttributes(const Caps &caps, const Limitations &limitations, bool webglCompatibility);
|
H A D | ProgramLinkedResources.h | 389 bool webglCompatibility,
|
H A D | Program.cpp | 1981 bool webglCompatibility) in linkAttributes() argument 2050 if (shaderVersion >= 300 || webglCompatibility || in linkAttributes()
|
H A D | ProgramExecutable.h | 765 bool webglCompatibility,
|
H A D | ProgramExecutable.cpp | 1276 bool webglCompatibility, in linkMergedVaryings() argument 1296 else if (webglCompatibility) in linkMergedVaryings()
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.h | 220 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|
H A D | ANGLEPerfTest.cpp | 1375 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 D | ANGLETest.cpp | 1522 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument 1524 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
|
H A D | ANGLETest.h | 509 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|