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 D | XShader.js | 81 gl.shaderSource(vs, vss); 91 gl.shaderSource(fs, fss);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1590 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 D | Extension.js | 30 gl.shaderSource(shader, source);
|
H A D | Shape.js | 109 gl.shaderSource(shader, source);
|
/ohos5.0/docs/zh-cn/application-dev/webgl/ |
H A D | webgl-2d-guidelines.md | 174 gl.shaderSource(shader, source);
|
/ohos5.0/docs/en/application-dev/webgl/ |
H A D | webgl-2d-guidelines.md | 170 gl.shaderSource(shader, source);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 424 | webgl | WebGLRenderingContextBase | shaderSource(shader: WebGLShader, source: string): void; | 新增…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 424 | webgl | WebGLRenderingContextBase | shaderSource(shader: WebGLShader, source: string): void; | Ad…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 417 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:shaderSource(shader: WebGLShader, sourc…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 417 …br>Class name: WebGLRenderingContextBase<br>Method or attribute name: shaderSource(shader: WebGLSh…
|