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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp721 void GLContext::uniform1i (deInt32 location, deInt32 v0) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h201 virtual void uniform1i(WGC3Dint location, WGC3Dint x) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3840 void WebGLRenderingContextBase::uniform1i(const WebGLUniformLocation* location, GLint x) function in class:blink::__anon11092::WebGLRenderingContextBase
3846 synthesizeGLError(GL_INVALID_OPERATION, "uniform1i", "location not for current program");
3850 webContext()->uniform1i(location->location(), x);

Completed in 4971 milliseconds