Home
last modified time | relevance | path

Searched defs:synthesizeGLError (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc166 void WebGraphicsContext3DImpl::synthesizeGLError(WGC3Denum error) { in synthesizeGLError() function in webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h48 virtual void synthesizeGLError(WGC3Denum) { } in synthesizeGLError() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp5645 void WebGLRenderingContextBase::synthesizeGLError(GLenum error, const char* functionName, const cha… in synthesizeGLError() function in blink::WebGLRenderingContextBase