Searched refs:webglCompatibility (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 2116 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 …]
|
D | Program.cpp | 3171 bool webglCompatibility = context->isWebGL(); in linkAttributes() local 3238 if (shaderVersion >= 300 || webglCompatibility || in linkAttributes()
|
/external/angle/src/tests/perf_tests/ |
D | ANGLEPerfTest.h | 205 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|
D | ANGLEPerfTest.cpp | 1166 void ANGLERenderTest::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument 1168 mConfigParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 1368 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument 1370 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
|
D | ANGLETest.h | 463 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|