validateTexFuncFormatAndType 4682 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncFormatAndType(functionName, format, type, level) || !validateTexFuncLevel(functionName, target, level))
validateTexFuncFormatAndType 4711 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncFormatAndType(functionName, format, type, level))
validateTexFuncFormatAndType  716 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level);