Searched refs:getGLContext (Results 1 – 5 of 5) sorted by relevance
129 const gl = this.getGLContext();146 if (this.getGLContext() == null) {150 getGLContext() { method in GLView170 this.getGLContext();
23 private getGLContext;
1 …getGLContext();\n if (!gl) {\n throw new CodedError(\n 'ERR_GL_INVALID',\n '…
197 const gl = this.getGLContext();220 if (this.getGLContext() == null) {225 private getGLContext(): WebGLRenderingContext | null {249 this.getGLContext();
39 public GLContext getGLContext() { in getGLContext() method in GLView