/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 119 gl->uniform2f = &glUniform2f;
|
glwInitES20.inl | 119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitES30Direct.inl | 119 gl->uniform2f = &glUniform2f;
|
glwFunctions.inl | 146 glUniform2fFunc uniform2f;
|
glwInitES30.inl | 119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitES31.inl | 119 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitGL30.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitGL31.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitGL32.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitGL33.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
glwInitGL40.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f"); [all...] |
glwInitGL41.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f"); [all...] |
glwInitGL42.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f"); [all...] |
glwInitGL43.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f"); [all...] |
glwInitGL44.inl | 144 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f"); [all...] |
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 119 dst->uniform2f = src.uniform2f;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 203 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) { } function in class:blink::MockWebGraphicsContext3D
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 146 gl->uniform2f = glUniform2f;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 319 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) = 0;
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_impl.h | 320 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y);
|
webgraphicscontext3d_impl.cc | 636 DELEGATE_TO_GL_3(uniform2f, Uniform2f, WGC3Dint, WGC3Dfloat, WGC3Dfloat) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.idl | 658 void uniform2f(WebGLUniformLocation? location, GLfloat x, GLfloat y); [all...] |
WebGLRenderingContextBase.h | 270 void uniform2f(const WebGLUniformLocation*, GLfloat x, GLfloat y); [all...] |
WebGLRenderingContextBase.cpp | 3869 void WebGLRenderingContextBase::uniform2f(const WebGLUniformLocation* location, GLfloat x, GLfloat y) function in class:blink::__anon15717::WebGLRenderingContextBase [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureGatherTests.cpp | [all...] |