Home
last modified time | relevance | path

Searched defs:uniform1f (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl145 glUniform1fFunc uniform1f; variable
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp716 void GLContext::uniform1f (deInt32 location, float v0) in uniform1f() function in sglr::GLContext
DsglrReferenceContext.cpp3838 void ReferenceContext::uniform1f (deInt32 location, const float v0) in uniform1f() function in sglr::ReferenceContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h199 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } in uniform1f() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp3811 void WebGLRenderingContextBase::uniform1f(const WebGLUniformLocation* location, GLfloat x) in uniform1f() function in blink::WebGLRenderingContextBase