Home
last modified time | relevance | path

Searched defs:createProgram (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DExtension.js23 export function createProgram(gl, vSource, fSource, attribute = [], uniform = []) { function
H A DShape.js102 createProgram(gl, attribute = [], uniform = []) { method in Shape