Searched refs:glUniform2f (Results 1 – 25 of 41) sorted by relevance
12
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 121 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
D | egluStaticES30Library.inl | 204 { "glUniform2f", (deFunctionPtr)glUniform2f },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 486 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()
|
D | es2fShaderStateQueryTests.cpp | 1801 glUniform2f(location, 1.0f, 2.0f); in test() 1939 glUniform2f(location, 1.0f, 0.1f); in test()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 156 return (GrGLFuncPtr) glUniform2f; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 121 gl->uniform2f = &glUniform2f;
|
D | glwInitES30Direct.inl | 204 gl->uniform2f = &glUniform2f;
|
D | glwInitES20.inl | 121 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitES31Direct.inl | 266 gl->uniform2f = &glUniform2f;
|
D | glwInitES30.inl | 204 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL30.inl | 202 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL31.inl | 213 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitES31.inl | 266 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL32.inl | 231 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL33.inl | 250 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL40.inl | 282 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
D | glwInitGL41.inl | 356 gl->uniform2f = (glUniform2fFunc) loader->get("glUniform2f");
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 756 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/ |
D | es31fNegativeShaderApiTests.cpp | 789 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/ |
D | GLES2 Negative API Functions.txt | 142 o glUniform2f (GLint location, GLfloat x, GLfloat y);
|
D | GLES3 Negative API Functions.txt | 220 o glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 167 void glUniform2f (int location, float x, float y);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 524 gl->uniform2f = glUniform2f;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 310 "glUniform2f",
|
12