Home | History | Annotate | Download | only in inspector

Lines Matching refs:glContext

1712  * @param {!WebGLRenderingContext} glContext
1714 function WebGLRenderingContextResource(glContext)
1716 ContextResource.call(this, glContext, "WebGLRenderingContext");
3492 * @param {!WebGLRenderingContext} glContext
3495 wrapWebGLContext: function(glContext)
3497 var resource = Resource.forObject(glContext) || new WebGLRenderingContextResource(glContext);