Home
last modified time | relevance | path

Searched refs:glUniform2fv (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl122 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
DegluStaticES30Library.inl205 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp574 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/
DGrGLCreateNativeInterface_android.cpp160 return (GrGLFuncPtr) glUniform2fv; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl122 gl->uniform2fv = &glUniform2fv;
DglwInitES30Direct.inl205 gl->uniform2fv = &glUniform2fv;
DglwInitES20.inl122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitES31Direct.inl267 gl->uniform2fv = &glUniform2fv;
DglwInitES30.inl205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL30.inl203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL31.inl214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitES31.inl267 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL32.inl232 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
DglwInitGL33.inl251 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp851 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/
Des31fNegativeShaderApiTests.cpp886 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/
DglsRandomShaderCase.cpp382 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/external/deqp/doc/
DGLES2 Negative API Functions.txt143 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
DGLES3 Negative API Functions.txt221 o glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/eigen/unsupported/Eigen/
DOpenGLSupport249 inline void glUniform2fv_ei (GLint loc, const float* v) { glUniform2fv(loc,1,v); }
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp168 void glUniform2fv (int location, int count, const float* v);
DsglrGLContext.cpp733 m_wrapper->glUniform2fv(location, count, value); in uniform2fv()
/external/mesa3d/include/GLES2/
Dgl2.h590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl525 gl->uniform2fv = glUniform2fv;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl311 "glUniform2fv",

12