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

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl123 gl->uniform3f = &glUniform3f;
H A DglwInitES20.inl123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitES30Direct.inl123 gl->uniform3f = &glUniform3f;
H A DglwFunctions.inl147 glUniform3fFunc uniform3f;
H A DglwInitES30.inl123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitES31.inl123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL30.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL31.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL32.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL33.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL40.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL41.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL42.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL43.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
H A DglwInitGL44.inl145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl123 dst->uniform3f = src.uniform3f;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h207 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl147 gl->uniform3f = glUniform3f;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h323 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h326 virtual void uniform3f(WGC3Dint location,
H A Dwebgraphicscontext3d_impl.cc645 DELEGATE_TO_GL_4(uniform3f, Uniform3f, WGC3Dint,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl662 void uniform3f(WebGLUniformLocation? location, GLfloat x, GLfloat y, GLfloat z);
H A DWebGLRenderingContextBase.h276 void uniform3f(const WebGLUniformLocation*, GLfloat x, GLfloat y, GLfloat z);
H A DWebGLRenderingContextBase.cpp3927 void WebGLRenderingContextBase::uniform3f(const WebGLUniformLocation* location, GLfloat x, GLfloat y, GLfloat z) function in class:blink::__anon11092::WebGLRenderingContextBase
3933 synthesizeGLError(GL_INVALID_OPERATION, "uniform3f", "location not for current program");
3937 webContext()->uniform3f(location->location(), x, y, z);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp556 m_gl.uniform3f(loc, x, y, z);

Completed in 352 milliseconds

12