Searched refs:uniform2f (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl119 gl->uniform2f = &glUniform2f;
H A DglwInitES20.inl119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitES30Direct.inl119 gl->uniform2f = &glUniform2f;
H A DglwFunctions.inl146 glUniform2fFunc uniform2f;
H A DglwInitES30.inl119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitES31.inl119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL30.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL31.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL32.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL33.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL40.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL41.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL42.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL43.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
H A DglwInitGL44.inl144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl119 dst->uniform2f = src.uniform2f;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h203 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl146 gl->uniform2f = glUniform2f;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h319 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h320 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y);
H A Dwebgraphicscontext3d_impl.cc636 DELEGATE_TO_GL_3(uniform2f, Uniform2f, WGC3Dint, WGC3Dfloat, WGC3Dfloat)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl658 void uniform2f(WebGLUniformLocation? location, GLfloat x, GLfloat y);
H A DWebGLRenderingContextBase.h270 void uniform2f(const WebGLUniformLocation*, GLfloat x, GLfloat y);
H A DWebGLRenderingContextBase.cpp3869 void WebGLRenderingContextBase::uniform2f(const WebGLUniformLocation* location, GLfloat x, GLfloat y) function in class:blink::__anon11092::WebGLRenderingContextBase
3875 synthesizeGLError(GL_INVALID_OPERATION, "uniform2f", "location not for current program");
3879 webContext()->uniform2f(location->location(), x, y);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1406 gl.uniform2f(viewportSizeUniformLocation, (float)RENDER_SIZE.x(), (float)RENDER_SIZE.y());

Completed in 3744 milliseconds

12