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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h756 bool validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level);
H A DWebGLRenderingContextBase.cpp4606 bool WebGLRenderingContextBase::validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level) function in class:blink::__anon11092::WebGLRenderingContextBase
4796 if (!validateTexFuncFormatAndType(functionName, format, type, level) || !validateTexFuncLevel(functionName, target, level))
4825 if (!validateTexFuncFormatAndType(functionName, format, type, level))

Completed in 59 milliseconds