Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXShader.js81 gl.shaderSource(vs, vss);
91 gl.shaderSource(fs, fss);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1590 if (std::string shaderSource = readFileToString(inputFilename); !shaderSource.empty()) { in runAllCompilationStages() local
1603 preProcessShader(shaderSource, shaderKind, relativeFilename, settings); in runAllCompilationStages()
1644 … for (auto pos = shaderSource.find(multiview); pos != std::string::npos; in runAllCompilationStages()
1645 … pos = shaderSource.find(multiview, pos + multiview.size())) { in runAllCompilationStages()
1646 … if ((shaderSource.rfind("#extension", pos) != std::string::npos) && in runAllCompilationStages()
1647 (shaderSource.find("enabled", pos + multiview.size()) != in runAllCompilationStages()
1690 … for (auto pos = shaderSource.find(multiview); pos != std::string::npos; in runAllCompilationStages()
1691 … pos = shaderSource.find(multiview, pos + multiview.size())) { in runAllCompilationStages()
1692 … if ((shaderSource.rfind("#extension", pos) != std::string::npos) && in runAllCompilationStages()
1693 (shaderSource.find("enabled", pos + multiview.size()) != in runAllCompilationStages()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DExtension.js30 gl.shaderSource(shader, source);
H A DShape.js109 gl.shaderSource(shader, source);
/ohos5.0/docs/zh-cn/application-dev/webgl/
H A Dwebgl-2d-guidelines.md174 gl.shaderSource(shader, source);
/ohos5.0/docs/en/application-dev/webgl/
H A Dwebgl-2d-guidelines.md170 gl.shaderSource(shader, source);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md424 | webgl | WebGLRenderingContextBase | shaderSource(shader: WebGLShader, source: string): void; | 新增…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md424 | webgl | WebGLRenderingContextBase | shaderSource(shader: WebGLShader, source: string): void; | Ad…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-graphic.md417 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:shaderSource(shader: WebGLShader, sourc…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-graphic.md417 …br>Class name: WebGLRenderingContextBase<br>Method or attribute name: shaderSource(shader: WebGLSh…