synthesizeGLError   95 Source/core/html/canvas/OESVertexArrayObject.cpp         m_context->webGraphicsContext3D()->synthesizeGLError(GL_INVALID_OPERATION);
synthesizeGLError   73 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than one buffer");
synthesizeGLError   77 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "BACK or NONE");
synthesizeGLError   86 Source/core/html/canvas/WebGLDrawBuffers.cpp             m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than max draw buffers");
synthesizeGLError   91 Source/core/html/canvas/WebGLDrawBuffers.cpp                 m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "COLOR_ATTACHMENTi_EXT or NONE");
synthesizeGLError  955 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "activeTexture", "texture unit out of range");
synthesizeGLError  970 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "attachShader", "shader attachment already has shader");
synthesizeGLError  986 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "bindAttribLocation", "reserved prefix");
synthesizeGLError  990 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bindAttribLocation", "index out of range");
synthesizeGLError 1003 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "object not from this context");
synthesizeGLError 1019 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "bindBuffer", "buffers can not be used with multiple targets");
synthesizeGLError 1027 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "bindBuffer", "invalid target");
synthesizeGLError 1044 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "bindFramebuffer", "invalid target");
synthesizeGLError 1067 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "bindRenderbuffer", "invalid target");
synthesizeGLError 1084 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "bindTexture", "textures can not be used with multiple targets");
synthesizeGLError 1099 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "bindTexture", "invalid target");
synthesizeGLError 1170 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferData", "size < 0");
synthesizeGLError 1174 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferData", "size == 0");
synthesizeGLError 1189 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferData", "no data");
synthesizeGLError 1203 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferData", "no data");
synthesizeGLError 1218 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferSubData", "offset < 0");
synthesizeGLError 1235 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "bufferSubData", "offset < 0");
synthesizeGLError 1249 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "checkFramebufferStatus", "invalid target");
synthesizeGLError 1269 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "clear", "invalid mask");
synthesizeGLError 1274 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, "clear", reason);
synthesizeGLError 1343 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "compressedTexImage2D", "invalid internalformat");
synthesizeGLError 1347 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "compressedTexImage2D", "border not 0");
synthesizeGLError 1360 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "compressedTexImage2D", "level > 0 not power of 2");
synthesizeGLError 1376 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "compressedTexSubImage2D", "invalid format");
synthesizeGLError 1387 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "compressedTexSubImage2D", "format does not match texture format");
synthesizeGLError 1401 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "format can not be set, only rendered to");
synthesizeGLError 1419 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "copyTexImage2D", "framebuffer is incompatible format");
synthesizeGLError 1423 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "copyTexImage2D", "level > 0 not power of 2");
synthesizeGLError 1428 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, "copyTexImage2D", reason);
synthesizeGLError 1455 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "copyTexSubImage2D", "bad dimensions");
synthesizeGLError 1459 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "copyTexSubImage2D", "rectangle out of range");
synthesizeGLError 1466 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "copyTexSubImage2D", "framebuffer is incompatible format");
synthesizeGLError 1471 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, "copyTexSubImage2D", reason);
synthesizeGLError 1541 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "createShader", "invalid shader type");
synthesizeGLError 1560 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "cullFace", "invalid mode");
synthesizeGLError 1571 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "delete", "object does not belong to this context");
synthesizeGLError 1675 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "depthRange", "zNear > zFar");
synthesizeGLError 1686 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "detachShader", "shader not attached");
synthesizeGLError 1714 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "disableVertexAttribArray", "index out of range");
synthesizeGLError 1732 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "no valid shader program in use");
synthesizeGLError 1741 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, String::format("attribute %d is enabled but has no buffer bound", i).utf8().data());
synthesizeGLError 1752 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no object or object deleted");
synthesizeGLError 1756 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "object does not belong to this context");
synthesizeGLError 1841 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "enableVertexAttribArray", "index out of range");
synthesizeGLError 1872 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "framebufferRenderbuffer", "invalid target");
synthesizeGLError 1876 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "framebufferRenderbuffer", "no buffer or buffer not from this context");
synthesizeGLError 1883 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "framebufferRenderbuffer", "no framebuffer bound");
synthesizeGLError 1895 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 synthesizeGLError(GL_OUT_OF_MEMORY, "framebufferRenderbuffer", "out of memory");
synthesizeGLError 1914 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "framebufferTexture2D", "level not 0");
synthesizeGLError 1918 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "framebufferTexture2D", "no texture or texture not from this context");
synthesizeGLError 1925 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "framebufferTexture2D", "no framebuffer bound");
synthesizeGLError 1956 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "frontFace", "invalid mode");
synthesizeGLError 1970 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "generateMipmap", "level 0 not power of 2 or not all the same size");
synthesizeGLError 2042 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "getAttribLocation", "program not linked");
synthesizeGLError 2053 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getBufferParameter", "invalid target");
synthesizeGLError 2058 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getBufferParameter", "invalid parameter name");
synthesizeGLError 2160 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "getFramebufferAttachmentParameter", "no framebuffer bound");
synthesizeGLError 2170 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getFramebufferAttachmentParameter", "invalid parameter name");
synthesizeGLError 2189 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, "getFramebufferAttachmentParameter", "invalid parameter name for texture attachment");
synthesizeGLError 2199 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, "getFramebufferAttachmentParameter", "invalid parameter name for renderbuffer attachment");
synthesizeGLError 2391 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, OES_standard_derivatives not enabled");
synthesizeGLError 2396 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, WEBGL_debug_renderer_info not enabled");
synthesizeGLError 2401 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, WEBGL_debug_renderer_info not enabled");
synthesizeGLError 2409 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, OES_vertex_array_object not enabled");
synthesizeGLError 2414 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, EXT_texture_filter_anisotropic not enabled");
synthesizeGLError 2419 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, WEBGL_draw_buffers not enabled");
synthesizeGLError 2424 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name, WEBGL_draw_buffers not enabled");
synthesizeGLError 2437 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getParameter", "invalid parameter name");
synthesizeGLError 2462 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getProgramParameter", "invalid parameter name");
synthesizeGLError 2481 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getRenderbufferParameter", "invalid target");
synthesizeGLError 2485 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "getRenderbufferParameter", "no renderbuffer bound");
synthesizeGLError 2512 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getRenderbufferParameter", "invalid parameter name");
synthesizeGLError 2532 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getShaderParameter", "invalid parameter name");
synthesizeGLError 2555 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getShaderPrecisionFormat", "invalid shader type");
synthesizeGLError 2567 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getShaderPrecisionFormat", "invalid precision type");
synthesizeGLError 2629 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getTexParameter", "invalid parameter name, EXT_texture_filter_anisotropic not enabled");
synthesizeGLError 2632 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getTexParameter", "invalid parameter name");
synthesizeGLError 2642 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "getUniform", "no uniformlocation or not valid for this program");
synthesizeGLError 2742 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     synthesizeGLError(GL_INVALID_VALUE, "getUniform", "unhandled type");
synthesizeGLError 2778 Source/core/html/canvas/WebGLRenderingContextBase.cpp     synthesizeGLError(GL_INVALID_VALUE, "getUniform", "unknown error");
synthesizeGLError 2793 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "getUniformLocation", "program not linked");
synthesizeGLError 2807 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "getVertexAttrib", "index out of range");
synthesizeGLError 2833 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getVertexAttrib", "invalid parameter name");
synthesizeGLError 2843 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "getVertexAttribOffset", "invalid parameter name");
synthesizeGLError 2865 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "hint", "invalid target");
synthesizeGLError 2976 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for UNPACK_COLORSPACE_CONVERSION_WEBGL");
synthesizeGLError 2991 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "pixelStorei", "invalid parameter for alignment");
synthesizeGLError 2996 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "pixelStorei", "invalid parameter name");
synthesizeGLError 3017 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "readPixels", "no destination ArrayBufferView");
synthesizeGLError 3026 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "readPixels", "invalid format");
synthesizeGLError 3036 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "readPixels", "invalid type");
synthesizeGLError 3040 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "readPixels", "format not RGBA or type not UNSIGNED_BYTE");
synthesizeGLError 3045 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "readPixels", "ArrayBufferView not Uint8Array");
synthesizeGLError 3050 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, "readPixels", reason);
synthesizeGLError 3058 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(error, "readPixels", "invalid dimensions");
synthesizeGLError 3062 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "readPixels", "ArrayBufferView not large enough for dimensions");
synthesizeGLError 3095 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "renderbufferStorage", "invalid target");
synthesizeGLError 3099 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "renderbufferStorage", "no bound renderbuffer");
synthesizeGLError 3121 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 synthesizeGLError(GL_OUT_OF_MEMORY, "renderbufferStorage", "out of memory");
synthesizeGLError 3135 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "renderbufferStorage", "invalid internalformat");
synthesizeGLError 3203 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "stencilFuncSeparate", "invalid face");
synthesizeGLError 3234 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "stencilMaskSeparate", "invalid face");
synthesizeGLError 3285 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "texImage2D", "bad image data");
synthesizeGLError 3297 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "texImage2D", "packImage error");
synthesizeGLError 3320 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "level > 0 not power of 2");
synthesizeGLError 3336 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "bad dimensions");
synthesizeGLError 3340 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "dimensions out of range");
synthesizeGLError 3344 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "type and format do not match texture");
synthesizeGLError 3357 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_OUT_OF_MEMORY, functionName, "out of memory");
synthesizeGLError 3403 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "texImage2D", "bad image data");
synthesizeGLError 3473 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_OUT_OF_MEMORY, "texImage2D", "out of memory");
synthesizeGLError 3521 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, "texParameter", "invalid parameter");
synthesizeGLError 3527 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, "texParameter", "invalid parameter, EXT_texture_filter_anisotropic not enabled");
synthesizeGLError 3532 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "texParameter", "invalid parameter name");
synthesizeGLError 3581 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image");
synthesizeGLError 3593 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image data");
synthesizeGLError 3646 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, "texSubImage2D", "bad image data");
synthesizeGLError 3706 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform1f", "location not for current program");
synthesizeGLError 3735 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform1i", "location not for current program");
synthesizeGLError 3764 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform2f", "location not for current program");
synthesizeGLError 3793 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform2i", "location not for current program");
synthesizeGLError 3822 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform3f", "location not for current program");
synthesizeGLError 3851 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform3i", "location not for current program");
synthesizeGLError 3880 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform4f", "location not for current program");
synthesizeGLError 3909 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "uniform4i", "location not for current program");
synthesizeGLError 3982 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "useProgram", "program not valid");
synthesizeGLError 4074 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "vertexAttribPointer", "invalid type");
synthesizeGLError 4078 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "vertexAttribPointer", "index out of range");
synthesizeGLError 4082 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "vertexAttribPointer", "bad size, stride or offset");
synthesizeGLError 4086 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "vertexAttribPointer", "no bound ARRAY_BUFFER");
synthesizeGLError 4092 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, "vertexAttribPointer", "invalid type");
synthesizeGLError 4096 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "vertexAttribPointer", "stride or offset not valid for type");
synthesizeGLError 4111 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, "vertexAttribDivisorANGLE", "index out of range");
synthesizeGLError 4131 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "loseContext", "context already lost");
synthesizeGLError 4174 Source/core/html/canvas/WebGLRenderingContextBase.cpp     synthesizeGLError(GC3D_CONTEXT_LOST_WEBGL, "loseContext", "context lost", display);
synthesizeGLError 4188 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, "restoreContext", "context not lost");
synthesizeGLError 4194 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, "restoreContext", "context restoration not allowed");
synthesizeGLError 4441 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target");
synthesizeGLError 4448 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target");
synthesizeGLError 4454 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture target");
synthesizeGLError 4458 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "no texture");
synthesizeGLError 4466 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "location length > 256");
synthesizeGLError 4475 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "size < 0");
synthesizeGLError 4485 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "string not ASCII");
synthesizeGLError 4505 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "depth texture formats not enabled");
synthesizeGLError 4508 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture format");
synthesizeGLError 4521 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type");
synthesizeGLError 4526 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type");
synthesizeGLError 4533 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type");
synthesizeGLError 4536 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid texture type");
synthesizeGLError 4548 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for format");
synthesizeGLError 4557 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for RGB format");
synthesizeGLError 4567 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for RGBA format");
synthesizeGLError 4573 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format. DEPTH_COMPONENT not enabled");
synthesizeGLError 4578 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for DEPTH_COMPONENT format");
synthesizeGLError 4582 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "level must be 0 for DEPTH_COMPONENT format");
synthesizeGLError 4588 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format. DEPTH_STENCIL not enabled");
synthesizeGLError 4592 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "invalid type for DEPTH_STENCIL format");
synthesizeGLError 4596 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "level must be 0 for DEPTH_STENCIL format");
synthesizeGLError 4610 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "level < 0");
synthesizeGLError 4616 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "level out of range");
synthesizeGLError 4627 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "level out of range");
synthesizeGLError 4641 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height < 0");
synthesizeGLError 4648 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height out of range");
synthesizeGLError 4659 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "width != height for cube map");
synthesizeGLError 4665 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height out of range for cube map");
synthesizeGLError 4670 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target");
synthesizeGLError 4689 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "format != internalformat");
synthesizeGLError 4694 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "border != 0");
synthesizeGLError 4707 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no pixels");
synthesizeGLError 4719 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "type UNSIGNED_BYTE but ArrayBufferView not Uint8Array");
synthesizeGLError 4727 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "type UNSIGNED_SHORT but ArrayBufferView not Uint16Array");
synthesizeGLError 4733 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "type FLOAT but ArrayBufferView not Float32Array");
synthesizeGLError 4741 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "type HALF_FLOAT_OES but ArrayBufferView is not NULL");
synthesizeGLError 4752 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(error, functionName, "invalid texture dimensions");
synthesizeGLError 4759 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 synthesizeGLError(GL_INVALID_OPERATION, functionName, "ArrayBufferView not big enough for request with UNPACK_ALIGNMENT > 1");
synthesizeGLError 4763 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "ArrayBufferView not big enough for request");
synthesizeGLError 4777 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no pixels");
synthesizeGLError 4781 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "width or height < 0");
synthesizeGLError 4836 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid format");
synthesizeGLError 4841 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "length of ArrayBufferView is not correct for dimensions");
synthesizeGLError 4863 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "width or height invalid for level");
synthesizeGLError 4876 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "xoffset or yoffset < 0");
synthesizeGLError 4888 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "xoffset or yoffset not multiple of 4");
synthesizeGLError 4893 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, "dimensions out of range");
synthesizeGLError 4915 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid draw mode");
synthesizeGLError 4923 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "front and back stencils settings do not match");
synthesizeGLError 4942 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid function");
synthesizeGLError 4971 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target");
synthesizeGLError 4985 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid attachment");
synthesizeGLError 4999 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid mode");
synthesizeGLError 5010 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "incompatible src and dst");
synthesizeGLError 5030 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid capability");
synthesizeGLError 5038 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5047 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5061 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5072 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "location is not from current program");
synthesizeGLError 5076 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5080 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "transpose not FALSE");
synthesizeGLError 5084 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid size");
synthesizeGLError 5101 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid target");
synthesizeGLError 5105 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "no buffer");
synthesizeGLError 5114 Source/core/html/canvas/WebGLRenderingContextBase.cpp     synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid usage");
synthesizeGLError 5121 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no image");
synthesizeGLError 5126 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid image");
synthesizeGLError 5139 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no canvas");
synthesizeGLError 5152 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no video");
synthesizeGLError 5171 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "first or count < 0");
synthesizeGLError 5186 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, functionName, reason);
synthesizeGLError 5208 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid type");
synthesizeGLError 5211 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_ENUM, functionName, "invalid type");
synthesizeGLError 5216 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "count or offset < 0");
synthesizeGLError 5226 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_OPERATION, functionName, "no ELEMENT_ARRAY_BUFFER bound");
synthesizeGLError 5236 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_FRAMEBUFFER_OPERATION, functionName, reason);
synthesizeGLError 5247 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "primcount < 0");
synthesizeGLError 5258 Source/core/html/canvas/WebGLRenderingContextBase.cpp     synthesizeGLError(GL_INVALID_OPERATION, functionName, "at least one enabled attribute must have a divisor of 0");
synthesizeGLError 5267 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "index out of range");
synthesizeGLError 5297 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5308 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "no array");
synthesizeGLError 5312 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "invalid size");
synthesizeGLError 5316 Source/core/html/canvas/WebGLRenderingContextBase.cpp         synthesizeGLError(GL_INVALID_VALUE, functionName, "index out of range");
synthesizeGLError 5394 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, "", "error restoring context");
synthesizeGLError 5488 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->synthesizeGLError(error);
synthesizeGLError  874 Source/core/html/canvas/WebGLRenderingContextBase.h     void synthesizeGLError(GLenum, const char* functionName, const char* description, ConsoleDisplayPreference = DisplayInConsole);
synthesizeGLError   49 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void synthesizeGLError(WGC3Denum) { }
synthesizeGLError  182 public/platform/WebGraphicsContext3D.h     virtual void synthesizeGLError(WGC3Denum) = 0;