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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2707 GLint activeUniforms = 0; local
2708 webContext()->getProgramiv(objectOrZero(program), GL_ACTIVE_UNIFORMS, &activeUniforms); local
2709 for (GLint i = 0; i < activeUniforms; i++) {

Completed in 226 milliseconds