Searched defs:uniform2i (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h422 virtual void uniform2i( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h207 virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp3807 void WebGLRenderingContext::uniform2i(const WebGLUniformLocation* location, GC3Dint x, GC3Dint y) function in class:WebCore::WebGLRenderingContext
3813 synthesizeGLError(GL_INVALID_OPERATION, "uniform2i", "location not for current program");
3817 m_context->uniform2i(location->location(), x, y);

Completed in 55 milliseconds