Searched defs:validateDrawMode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp4846 bool WebGLRenderingContext::validateDrawMode(const char* functionName, GC3Denum mode) function in class:WebCore::WebGLRenderingContext
5110 if (isContextLost() || !validateDrawMode(functionName, mode))
5142 if (isContextLost() || !validateDrawMode(functionName, mode))

Completed in 41 milliseconds