Home
last modified time | relevance | path

Searched defs:uniform2f (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl146 glUniform2fFunc uniform2f; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h203 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) { } in uniform2f() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp3869 void WebGLRenderingContextBase::uniform2f(const WebGLUniformLocation* location, GLfloat x, GLfloat … in uniform2f() function in blink::WebGLRenderingContextBase