Home
last modified time | relevance | path

Searched refs:glUniform2f (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl121 { "glUniform2f", (deFunctionPtr)glUniform2f },
DegluStaticES30Library.inl204 { "glUniform2f", (deFunctionPtr)glUniform2f },
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp486 glUniform2f(-1, 0.0f, 0.0f); in init()
512 glUniform2f(vUnif, 0.0f, 0.0f); in init()
543 glUniform2f(-2, 0.0f, 0.0f); in init()
553 glUniform2f(-1, 0.0f, 0.0f); in init()
Des2fShaderStateQueryTests.cpp1801 glUniform2f(location, 1.0f, 2.0f); in test()
1939 glUniform2f(location, 1.0f, 0.1f); in test()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp156 return (GrGLFuncPtr) glUniform2f; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl121 gl->uniform2f = &glUniform2f;
DglwInitES30Direct.inl204 gl->uniform2f = &glUniform2f;
DglwInitES20.inl121 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitES31Direct.inl266 gl->uniform2f = &glUniform2f;
DglwInitES30.inl204 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL30.inl202 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL31.inl213 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitES31.inl266 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL32.inl231 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL33.inl250 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL40.inl282 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
DglwInitGL41.inl356 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp756 glUniform2f(-1, 0.0f, 0.0f); in init()
785 glUniform2f(vec4_v, 0.0f, 0.0f); in init()
820 glUniform2f(-2, 0.0f, 0.0f); in init()
830 glUniform2f(-1, 0.0f, 0.0f); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp789 ctx.glUniform2f(-1, 0.0f, 0.0f); in uniformf_invalid_program()
819 ctx.glUniform2f(vec4_v, 0.0f, 0.0f); in uniformf_incompatible_type()
855 ctx.glUniform2f(-2, 0.0f, 0.0f); in uniformf_invalid_location()
865 ctx.glUniform2f(-1, 0.0f, 0.0f); in uniformf_invalid_location()
/external/deqp/doc/
DGLES2 Negative API Functions.txt142 o glUniform2f (GLint location, GLfloat x, GLfloat y);
DGLES3 Negative API Functions.txt220 o glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp167 void glUniform2f (int location, float x, float y);
/external/mesa3d/include/GLES2/
Dgl2.h589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl524 gl->uniform2f = glUniform2f;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl310 "glUniform2f",

12