Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp445 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 …]
DProgram.h800 bool webglCompatibility,
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.h181 void setWebGLCompatibilityEnabled(bool webglCompatibility);
DANGLEPerfTest.cpp1025 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/
DANGLETest.cpp1381 void ANGLETestBase::setWebGLCompatibilityEnabled(bool webglCompatibility) in setWebGLCompatibilityEnabled() argument
1383 mFixture->configParams.webGLCompatibility = webglCompatibility; in setWebGLCompatibilityEnabled()
DANGLETest.h465 void setWebGLCompatibilityEnabled(bool webglCompatibility);