Home
last modified time | relevance | path

Searched refs:synthesizeGLError (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.cpp158 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM); in sizeInBytes()
167 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM); in activeTexture()
179 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE); in attachShader()
190 m_context->synthesizeGLError(GraphicsContext3D::INVALID_OPERATION); in bindAttribLocation()
201 m_context->synthesizeGLError(GraphicsContext3D::INVALID_OPERATION); in bindBuffer()
210 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM); in bindBuffer()
223 m_context->synthesizeGLError(GraphicsContext3D::INVALID_OPERATION); in bindFramebuffer()
227 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM); in bindFramebuffer()
239 m_context->synthesizeGLError(GraphicsContext3D::INVALID_OPERATION); in bindRenderbuffer()
243 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM); in bindRenderbuffer()
[all …]
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp132 void synthesizeGLError(unsigned long error);
1017 void GraphicsContext3DInternal::synthesizeGLError(unsigned long error) in synthesizeGLError() function in WebCore::GraphicsContext3DInternal
1493 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()
1502 synthesizeGLError(OUT_OF_MEMORY); in getActiveAttrib()
1524 synthesizeGLError(INVALID_VALUE); in getActiveUniform()
1533 synthesizeGLError(OUT_OF_MEMORY); in getActiveUniform()
1852 void GraphicsContext3D::synthesizeGLError(unsigned long error) in GL_SAME_METHOD_3()
1854 m_internal->synthesizeGLError(error); in GL_SAME_METHOD_3()
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp503 synthesizeGLError(INVALID_VALUE); in getActiveAttrib()
525 synthesizeGLError(INVALID_VALUE); in getActiveUniform()
1310 void GraphicsContext3D::synthesizeGLError(unsigned long error) in synthesizeGLError() function in WebCore::GraphicsContext3D
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h622 void synthesizeGLError(unsigned long error);
/external/webkit/WebKit/chromium/
DChangeLog3045 (WebCore::GraphicsContext3DInternal::synthesizeGLError):
3049 (WebCore::GraphicsContext3D::synthesizeGLError):
/external/webkit/WebCore/
DChangeLog-2010-01-2923117 (WebCore::GraphicsContext3D::synthesizeGLError):