Home
last modified time | relevance | path

Searched refs:INVALID_VALUE (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp826 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 …]
DWebGLRenderingContext.idl147 const unsigned int INVALID_VALUE = 0x0501;
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp118 if (textureFormat == GraphicsContext3D::INVALID_VALUE) { in updateCompositorResources()
183 return GraphicsContext3D::INVALID_VALUE; in determineTextureFormat()
DGLES2Canvas.cpp910 case GraphicsContext3D::INVALID_VALUE: in checkGLError()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp78 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()
DGraphicsContext3D.h172 INVALID_VALUE = 0x0501, enumerator
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp676 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()
698 synthesizeGLError(INVALID_VALUE); in getActiveUniform()
720 synthesizeGLError(INVALID_VALUE); in getAttachedShaders()
1394 synthesizeGLError(INVALID_VALUE); in texImage2D()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp696 synthesizeGLError(INVALID_VALUE); in getAttachedShaders()
954 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()
986 synthesizeGLError(INVALID_VALUE); in getActiveUniform()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-169991 bufferData and bufferSubData should generate INVALID_VALUE with negative input
13837 uniformN*v should generate INVALID_VALUE of the array size is not a multiple of N
31730 Must generate INVALID_VALUE errors for strings containing out-of-range characters
38399 … (WebCore::GraphicsContext3D::texImage2D): Generate an INVALID_VALUE if pixels==null is passed in.
DChangeLog-2010-05-2424434 Passing null WebGLObjects should synthesize INVALID_VALUE error
24437 … * html/canvas/WebGLRenderingContext.cpp: Synthesize INVALID_VALUE error when input object is 0.
27184 errors. Fixed the implementations to synthesize INVALID_VALUE
DChangeLog-2010-12-0620672 vertexAttribPointer should generate INVALID_VALUE if the stride exceeds 255
20678 … (WebCore::WebGLRenderingContext::vertexAttribPointer): Generate INVALID_VALUE if stride > 255.
110361 uniformmatrix* should generate INVALID_VALUE with transpose = true
124068 readPixels with negative width/height should generate INVALID_VALUE and return
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-162977 …(WebKit::WebGraphicsContext3DDefaultImpl::texImage2D): Generate an INVALID_VALUE if pixels==null i…