Searched refs:INVALID_VALUE (Results 1 – 12 of 12) sorted by relevance
826 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()831 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()849 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()854 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()872 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()877 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferData()895 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferSubData()902 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferSubData()920 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferSubData()927 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in bufferSubData()[all …]
147 const unsigned int INVALID_VALUE = 0x0501;
118 if (textureFormat == GraphicsContext3D::INVALID_VALUE) { in updateCompositorResources()183 return GraphicsContext3D::INVALID_VALUE; in determineTextureFormat()
910 case GraphicsContext3D::INVALID_VALUE: in checkGLError()
78 synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in texImage2DResourceSafe()136 return GraphicsContext3D::INVALID_VALUE; in computeImageSizeInBytes()149 return GraphicsContext3D::INVALID_VALUE; in computeImageSizeInBytes()161 return GraphicsContext3D::INVALID_VALUE; in computeImageSizeInBytes()
172 INVALID_VALUE = 0x0501, enumerator
676 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()698 synthesizeGLError(INVALID_VALUE); in getActiveUniform()720 synthesizeGLError(INVALID_VALUE); in getAttachedShaders()1394 synthesizeGLError(INVALID_VALUE); in texImage2D()
696 synthesizeGLError(INVALID_VALUE); in getAttachedShaders()954 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()986 synthesizeGLError(INVALID_VALUE); in getActiveUniform()
9991 bufferData and bufferSubData should generate INVALID_VALUE with negative input13837 uniformN*v should generate INVALID_VALUE of the array size is not a multiple of N31730 Must generate INVALID_VALUE errors for strings containing out-of-range characters38399 … (WebCore::GraphicsContext3D::texImage2D): Generate an INVALID_VALUE if pixels==null is passed in.
24434 Passing null WebGLObjects should synthesize INVALID_VALUE error24437 … * html/canvas/WebGLRenderingContext.cpp: Synthesize INVALID_VALUE error when input object is 0.27184 errors. Fixed the implementations to synthesize INVALID_VALUE
20672 vertexAttribPointer should generate INVALID_VALUE if the stride exceeds 25520678 … (WebCore::WebGLRenderingContext::vertexAttribPointer): Generate INVALID_VALUE if stride > 255.110361 uniformmatrix* should generate INVALID_VALUE with transpose = true124068 readPixels with negative width/height should generate INVALID_VALUE and return
2977 …(WebKit::WebGraphicsContext3DDefaultImpl::texImage2D): Generate an INVALID_VALUE if pixels==null i…