Searched refs:validateStencilOrDepthFunc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1732 if (!validateStencilOrDepthFunc("depthFunc", func))
3249 if (!validateStencilOrDepthFunc("stencilFunc", func))
3262 if (!validateStencilOrDepthFunc("stencilFuncSeparate", func))
5089 bool WebGLRenderingContextBase::validateStencilOrDepthFunc(const char* functionName, GLenum func) function in class:blink::__anon11092::WebGLRenderingContextBase
H A DWebGLRenderingContextBase.h830 bool validateStencilOrDepthFunc(const char* functionName, GLenum);

Completed in 339 milliseconds