Searched refs:webglCompatibility (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 445 bool webglCompatibility, in LinkValidateInterfaceBlockFields() argument 455 blockField1, blockField2, webglCompatibility, false, false, mismatchedBlockFieldName); in LinkValidateInterfaceBlockFields() 473 bool webglCompatibility, in AreMatchingInterfaceBlocks() argument 501 member1, member2, webglCompatibility, mismatchedBlockFieldName); in AreMatchingInterfaceBlocks() 528 bool webglCompatibility, in ValidateGraphicsInterfaceBlocksPerShader() argument 542 block, linkedBlock, webglCompatibility, &mismatchedStructFieldName); in ValidateGraphicsInterfaceBlocksPerShader() 614 bool webglCompatibility, in ValidateInterfaceBlocksMatch() argument 655 shaderType, webglCompatibility, in ValidateInterfaceBlocksMatch() 3732 bool webglCompatibility = context->isWebGL(); in linkAttributes() local 3799 if (shaderVersion >= 300 || webglCompatibility || in linkAttributes() [all …]
|
D | Program.h | 800 bool webglCompatibility,
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | ANGLEPerfTest.h | 181 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|
D | ANGLEPerfTest.cpp | 1025 void ANGLERenderTest::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument 1027 mConfigParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 1381 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument 1383 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
|
D | ANGLETest.h | 465 void setWebGLCompatibilityEnabled(bool webglCompatibility);
|