Searched refs:convertTexInternalFormat (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3331 GLenum WebGLRenderingContextBase::convertTexInternalFormat(GLenum internalformat, GLenum type) function in class:blink::__anon11092::WebGLRenderingContextBase
3352 webContext()->texImage2D(target, level, convertTexInternalFormat(internalformat, type), width, height, border, format, type, pixels);
H A DWebGLRenderingContextBase.h720 GLenum convertTexInternalFormat(GLenum internalformat, GLenum type);

Completed in 2968 milliseconds