libgpac
Documentation of the core library of GPAC
WebGLRenderingContextBase.c File Reference

Functions

static JSValue wgl_getContextAttributes (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isContextLost (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getSupportedExtensions (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getExtension (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_activeTexture (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_attachShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bindAttribLocation (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bindBuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
JSValue wgl_bindFramebuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bindRenderbuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bindTexture (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_blendColor (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_blendEquation (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_blendEquationSeparate (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_blendFunc (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_blendFuncSeparate (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bufferData (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_bufferSubData (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_checkFramebufferStatus (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_clear (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_clearColor (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_clearDepth (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_clearStencil (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_colorMask (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_compileShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_compressedTexImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_compressedTexSubImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_copyTexImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_copyTexSubImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createBuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createFramebuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createRenderbuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_createTexture (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_cullFace (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteBuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteFramebuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteRenderbuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_deleteTexture (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_depthFunc (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_depthMask (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_depthRange (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_detachShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_disable (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_disableVertexAttribArray (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_drawArrays (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_drawElements (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_enable (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_enableVertexAttribArray (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_finish (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_flush (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_framebufferRenderbuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_framebufferTexture2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_frontFace (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_generateMipmap (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getActiveAttrib (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getActiveUniform (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getAttachedShaders (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getAttribLocation (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getBufferParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getError (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getFramebufferAttachmentParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getProgramParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getProgramInfoLog (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getRenderbufferParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getShaderParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getShaderPrecisionFormat (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getShaderInfoLog (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getShaderSource (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getTexParameter (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getUniform (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getUniformLocation (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getVertexAttrib (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_getVertexAttribOffset (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_hint (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isBuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isEnabled (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isFramebuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isRenderbuffer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isShader (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_isTexture (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_lineWidth (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_linkProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
JSValue wgl_pixelStorei (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_polygonOffset (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_readPixels (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_renderbufferStorage (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_sampleCoverage (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_scissor (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_shaderSource (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilFunc (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilFuncSeparate (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilMask (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilMaskSeparate (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilOp (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_stencilOpSeparate (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_texImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_texParameterf (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_texParameteri (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_texSubImage2D (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform1f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform1fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform1i (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform1iv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform2f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform2fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform2i (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform2iv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform3f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform3fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform3i (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform3iv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform4f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform4fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform4i (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniform4iv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniformMatrix2fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniformMatrix3fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_uniformMatrix4fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_useProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_validateProgram (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib1f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib1fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib2f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib2fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib3f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib3fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib4f (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttrib4fv (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_vertexAttribPointer (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 
static JSValue wgl_viewport (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv)
 

Variables

static const JSCFunctionListEntry WebGLRenderingContextBase_funcs []
 

Function Documentation

◆ wgl_getContextAttributes()

static JSValue wgl_getContextAttributes ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_isContextLost()

static JSValue wgl_isContextLost ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getSupportedExtensions()

static JSValue wgl_getSupportedExtensions ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getExtension()

static JSValue wgl_getExtension ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_activeTexture()

static JSValue wgl_activeTexture ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_attachShader()

static JSValue wgl_attachShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bindAttribLocation()

static JSValue wgl_bindAttribLocation ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bindBuffer()

static JSValue wgl_bindBuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bindFramebuffer()

JSValue wgl_bindFramebuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)

◆ wgl_bindRenderbuffer()

static JSValue wgl_bindRenderbuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bindTexture()

static JSValue wgl_bindTexture ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_blendColor()

static JSValue wgl_blendColor ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_blendEquation()

static JSValue wgl_blendEquation ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_blendEquationSeparate()

static JSValue wgl_blendEquationSeparate ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_blendFunc()

static JSValue wgl_blendFunc ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_blendFuncSeparate()

static JSValue wgl_blendFuncSeparate ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bufferData()

static JSValue wgl_bufferData ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_bufferSubData()

static JSValue wgl_bufferSubData ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_checkFramebufferStatus()

static JSValue wgl_checkFramebufferStatus ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_clear()

static JSValue wgl_clear ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_clearColor()

static JSValue wgl_clearColor ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_clearDepth()

static JSValue wgl_clearDepth ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_clearStencil()

static JSValue wgl_clearStencil ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_colorMask()

static JSValue wgl_colorMask ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_compileShader()

static JSValue wgl_compileShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_compressedTexImage2D()

static JSValue wgl_compressedTexImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_compressedTexSubImage2D()

static JSValue wgl_compressedTexSubImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_copyTexImage2D()

static JSValue wgl_copyTexImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_copyTexSubImage2D()

static JSValue wgl_copyTexSubImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createBuffer()

static JSValue wgl_createBuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createFramebuffer()

static JSValue wgl_createFramebuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createProgram()

static JSValue wgl_createProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createRenderbuffer()

static JSValue wgl_createRenderbuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createShader()

static JSValue wgl_createShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_createTexture()

static JSValue wgl_createTexture ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_cullFace()

static JSValue wgl_cullFace ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteBuffer()

static JSValue wgl_deleteBuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteFramebuffer()

static JSValue wgl_deleteFramebuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteProgram()

static JSValue wgl_deleteProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteRenderbuffer()

static JSValue wgl_deleteRenderbuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteShader()

static JSValue wgl_deleteShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_deleteTexture()

static JSValue wgl_deleteTexture ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_depthFunc()

static JSValue wgl_depthFunc ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_depthMask()

static JSValue wgl_depthMask ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_depthRange()

static JSValue wgl_depthRange ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_detachShader()

static JSValue wgl_detachShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_disable()

static JSValue wgl_disable ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_disableVertexAttribArray()

static JSValue wgl_disableVertexAttribArray ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_drawArrays()

static JSValue wgl_drawArrays ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_drawElements()

static JSValue wgl_drawElements ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_enable()

static JSValue wgl_enable ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_enableVertexAttribArray()

static JSValue wgl_enableVertexAttribArray ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_finish()

static JSValue wgl_finish ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_flush()

static JSValue wgl_flush ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_framebufferRenderbuffer()

static JSValue wgl_framebufferRenderbuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_framebufferTexture2D()

static JSValue wgl_framebufferTexture2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_frontFace()

static JSValue wgl_frontFace ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_generateMipmap()

static JSValue wgl_generateMipmap ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getActiveAttrib()

static JSValue wgl_getActiveAttrib ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getActiveUniform()

static JSValue wgl_getActiveUniform ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getAttachedShaders()

static JSValue wgl_getAttachedShaders ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getAttribLocation()

static JSValue wgl_getAttribLocation ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getBufferParameter()

static JSValue wgl_getBufferParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getParameter()

static JSValue wgl_getParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getError()

static JSValue wgl_getError ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_getFramebufferAttachmentParameter()

static JSValue wgl_getFramebufferAttachmentParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getProgramParameter()

static JSValue wgl_getProgramParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getProgramInfoLog()

static JSValue wgl_getProgramInfoLog ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getRenderbufferParameter()

static JSValue wgl_getRenderbufferParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getShaderParameter()

static JSValue wgl_getShaderParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getShaderPrecisionFormat()

static JSValue wgl_getShaderPrecisionFormat ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getShaderInfoLog()

static JSValue wgl_getShaderInfoLog ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getShaderSource()

static JSValue wgl_getShaderSource ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getTexParameter()

static JSValue wgl_getTexParameter ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getUniform()

static JSValue wgl_getUniform ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getUniformLocation()

static JSValue wgl_getUniformLocation ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getVertexAttrib()

static JSValue wgl_getVertexAttrib ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_getVertexAttribOffset()

static JSValue wgl_getVertexAttribOffset ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_hint()

static JSValue wgl_hint ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isBuffer()

static JSValue wgl_isBuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isEnabled()

static JSValue wgl_isEnabled ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isFramebuffer()

static JSValue wgl_isFramebuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isProgram()

static JSValue wgl_isProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isRenderbuffer()

static JSValue wgl_isRenderbuffer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isShader()

static JSValue wgl_isShader ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_isTexture()

static JSValue wgl_isTexture ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_lineWidth()

static JSValue wgl_lineWidth ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_linkProgram()

static JSValue wgl_linkProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_pixelStorei()

JSValue wgl_pixelStorei ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)

◆ wgl_polygonOffset()

static JSValue wgl_polygonOffset ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_readPixels()

static JSValue wgl_readPixels ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_renderbufferStorage()

static JSValue wgl_renderbufferStorage ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_sampleCoverage()

static JSValue wgl_sampleCoverage ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_scissor()

static JSValue wgl_scissor ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_shaderSource()

static JSValue wgl_shaderSource ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_stencilFunc()

static JSValue wgl_stencilFunc ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_stencilFuncSeparate()

static JSValue wgl_stencilFuncSeparate ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_stencilMask()

static JSValue wgl_stencilMask ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_stencilMaskSeparate()

static JSValue wgl_stencilMaskSeparate ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_stencilOp()

static JSValue wgl_stencilOp ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_stencilOpSeparate()

static JSValue wgl_stencilOpSeparate ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_texImage2D()

static JSValue wgl_texImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_texParameterf()

static JSValue wgl_texParameterf ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_texParameteri()

static JSValue wgl_texParameteri ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_texSubImage2D()

static JSValue wgl_texSubImage2D ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_uniform1f()

static JSValue wgl_uniform1f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform1fv()

static JSValue wgl_uniform1fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform1i()

static JSValue wgl_uniform1i ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform1iv()

static JSValue wgl_uniform1iv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform2f()

static JSValue wgl_uniform2f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform2fv()

static JSValue wgl_uniform2fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform2i()

static JSValue wgl_uniform2i ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform2iv()

static JSValue wgl_uniform2iv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform3f()

static JSValue wgl_uniform3f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform3fv()

static JSValue wgl_uniform3fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform3i()

static JSValue wgl_uniform3i ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform3iv()

static JSValue wgl_uniform3iv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform4f()

static JSValue wgl_uniform4f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform4fv()

static JSValue wgl_uniform4fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform4i()

static JSValue wgl_uniform4i ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniform4iv()

static JSValue wgl_uniform4iv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniformMatrix2fv()

static JSValue wgl_uniformMatrix2fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniformMatrix3fv()

static JSValue wgl_uniformMatrix3fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_uniformMatrix4fv()

static JSValue wgl_uniformMatrix4fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_useProgram()

static JSValue wgl_useProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static

◆ wgl_validateProgram()

static JSValue wgl_validateProgram ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib1f()

static JSValue wgl_vertexAttrib1f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib1fv()

static JSValue wgl_vertexAttrib1fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib2f()

static JSValue wgl_vertexAttrib2f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib2fv()

static JSValue wgl_vertexAttrib2fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib3f()

static JSValue wgl_vertexAttrib3f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib3fv()

static JSValue wgl_vertexAttrib3fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib4f()

static JSValue wgl_vertexAttrib4f ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttrib4fv()

static JSValue wgl_vertexAttrib4fv ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_vertexAttribPointer()

static JSValue wgl_vertexAttribPointer ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

◆ wgl_viewport()

static JSValue wgl_viewport ( JSContext ctx,
JSValueConst  this_val,
int  argc,
JSValueConst argv 
)
static
+ Here is the call graph for this function:

Variable Documentation

◆ WebGLRenderingContextBase_funcs

const JSCFunctionListEntry WebGLRenderingContextBase_funcs[]
static