/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 122 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
|
D | egluStaticES30Library.inl | 205 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 574 glUniform2fv(-1, 1, &data[0]); in init() 602 glUniform2fv(vUnif, 1, &data[0]); in init() 635 glUniform2fv(-2, 1, &data[0]); in init() 645 glUniform2fv(-1, 1, &data[0]); in init() 673 glUniform2fv(vUnif, 2, &data[0]); in init()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 160 return (GrGLFuncPtr) glUniform2fv; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 122 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES30Direct.inl | 205 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES20.inl | 122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitES31Direct.inl | 267 gl->uniform2fv = &glUniform2fv;
|
D | glwInitES30.inl | 205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL30.inl | 203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL31.inl | 214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitES31.inl | 267 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL32.inl | 232 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
D | glwInitGL33.inl | 251 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 851 glUniform2fv(-1, 1, &data[0]); in init() 882 glUniform2fv(vec4_v, 1, &data[0]); in init() 919 glUniform2fv(-2, 1, &data[0]); in init() 929 glUniform2fv(-1, 1, &data[0]); in init() 959 glUniform2fv(vec4_v, 2, &data[0]); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 886 ctx.glUniform2fv(-1, 1, &data[0]); in uniformfv_invalid_program() 918 ctx.glUniform2fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type() 956 ctx.glUniform2fv(-2, 1, &data[0]); in uniformfv_invalid_location() 966 ctx.glUniform2fv(-1, 1, &data[0]); in uniformfv_invalid_location() 997 ctx.glUniform2fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 382 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 143 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
D | GLES3 Negative API Functions.txt | 221 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 249 inline void glUniform2fv_ei (GLint loc, const float* v) { glUniform2fv(loc,1,v); }
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 168 void glUniform2fv (int location, int count, const float* v);
|
D | sglrGLContext.cpp | 733 m_wrapper->glUniform2fv(location, count, value); in uniform2fv()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 525 gl->uniform2fv = glUniform2fv;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 311 "glUniform2fv",
|