HomeSort by relevance Sort by last modified time
    Searched refs:uniform3f (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 123 gl->uniform3f = &glUniform3f;
glwInitES20.inl 123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitES30Direct.inl 123 gl->uniform3f = &glUniform3f;
glwFunctions.inl 147 glUniform3fFunc uniform3f;
glwInitES30.inl 123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitES31.inl 123 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitGL30.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitGL31.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitGL32.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitGL33.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
glwInitGL40.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
    [all...]
glwInitGL41.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
    [all...]
glwInitGL42.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
    [all...]
glwInitGL43.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
    [all...]
glwInitGL44.inl 145 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 123 dst->uniform3f = src.uniform3f;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 207 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } function in class:blink::MockWebGraphicsContext3D
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 147 gl->uniform3f = glUniform3f;
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 323 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 326 virtual void uniform3f(WGC3Dint location,
webgraphicscontext3d_impl.cc 645 DELEGATE_TO_GL_4(uniform3f, Uniform3f, WGC3Dint,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 662 void uniform3f(WebGLUniformLocation? location, GLfloat x, GLfloat y, GLfloat z);
    [all...]
WebGLRenderingContextBase.h 276 void uniform3f(const WebGLUniformLocation*, GLfloat x, GLfloat y, GLfloat z);
    [all...]
WebGLRenderingContextBase.cpp 3927 void WebGLRenderingContextBase::uniform3f(const WebGLUniformLocation* location, GLfloat x, GLfloat y, GLfloat z) function in class:blink::__anon15717::WebGLRenderingContextBase
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 556 m_gl.uniform3f(loc, x, y, z);
    [all...]

Completed in 962 milliseconds

1 2