Lines Matching refs:WebGLProgram
31 | webgl2 | WebGL2RenderingContextBase | uniformBlockBinding(program: WebGLProgram, uniformBlockInde…
32 | webgl2 | WebGL2RenderingContextBase | getActiveUniformBlockName(program: WebGLProgram, uniformBlo…
33 | webgl2 | WebGL2RenderingContextBase | getActiveUniformBlockParameter(program: WebGLProgram, unifo…
34 | webgl2 | WebGL2RenderingContextBase | getUniformBlockIndex(program: WebGLProgram, uniformBlockNam…
35 | webgl2 | WebGL2RenderingContextBase | getActiveUniforms(program: WebGLProgram, uniformIndices: GL…
36 | webgl2 | WebGL2RenderingContextBase | getUniformIndices(program: WebGLProgram, uniformNames: stri…
42 | webgl2 | WebGL2RenderingContextBase | getTransformFeedbackVarying(program: WebGLProgram, index: G…
43 | webgl2 | WebGL2RenderingContextBase | transformFeedbackVaryings(program: WebGLProgram, varyings: …
98 | webgl2 | WebGL2RenderingContextBase | getFragDataLocation(program: WebGLProgram, name: string): G…
406 | webgl | WebGLRenderingContextBase | validateProgram(program: WebGLProgram): void; | 新增 |
407 | webgl | WebGLRenderingContextBase | useProgram(program: WebGLProgram \| null): void; | 新增 |
430 | webgl | WebGLRenderingContextBase | linkProgram(program: WebGLProgram): void; | 新增 |
435 | webgl | WebGLRenderingContextBase | isProgram(program: WebGLProgram \| null): GLboolean; | 新增 |
442 | webgl | WebGLRenderingContextBase | getUniformLocation(program: WebGLProgram, name: string): WebG…
443 | webgl | WebGLRenderingContextBase | getUniform(program: WebGLProgram, location: WebGLUniformLocat…
450 | webgl | WebGLRenderingContextBase | getProgramInfoLog(program: WebGLProgram): string \| null; | 新…
451 | webgl | WebGLRenderingContextBase | getProgramParameter(program: WebGLProgram, pname: GLenum): an…
456 | webgl | WebGLRenderingContextBase | getAttribLocation(program: WebGLProgram, name: string): GLint…
457 | webgl | WebGLRenderingContextBase | getAttachedShaders(program: WebGLProgram): WebGLShader[] \| n…
458 | webgl | WebGLRenderingContextBase | getActiveUniform(program: WebGLProgram, index: GLuint): WebGL…
459 | webgl | WebGLRenderingContextBase | getActiveAttrib(program: WebGLProgram, index: GLuint): WebGLA…
472 | webgl | WebGLRenderingContextBase | detachShader(program: WebGLProgram, shader: WebGLShader): voi…
479 | webgl | WebGLRenderingContextBase | deleteProgram(program: WebGLProgram \| null): void; | 新增 |
486 | webgl | WebGLRenderingContextBase | createProgram(): WebGLProgram \| null; | 新增 |
507 | webgl | WebGLRenderingContextBase | bindAttribLocation(program: WebGLProgram, index: GLuint, name…
508 | webgl | WebGLRenderingContextBase | attachShader(program: WebGLProgram, shader: WebGLShader): voi…