Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl126 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
DegluStaticES30Library.inl211 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp576 glUniform3fv(-1, 1, &data[0]); in init()
604 glUniform3fv(vUnif, 1, &data[0]); in init()
637 glUniform3fv(-2, 1, &data[0]); in init()
647 glUniform3fv(-1, 1, &data[0]); in init()
675 glUniform3fv(vUnif, 2, &data[0]); in init()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp168 return (GrGLFuncPtr) glUniform3fv; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl126 gl->uniform3fv = &glUniform3fv;
DglwInitES30Direct.inl211 gl->uniform3fv = &glUniform3fv;
DglwInitES20.inl126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitES31Direct.inl273 gl->uniform3fv = &glUniform3fv;
DglwInitES30.inl211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL30.inl209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL31.inl220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitES31.inl273 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL32.inl238 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL33.inl257 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp853 glUniform3fv(-1, 1, &data[0]); in init()
884 glUniform3fv(vec4_v, 1, &data[0]); in init()
921 glUniform3fv(-2, 1, &data[0]); in init()
931 glUniform3fv(-1, 1, &data[0]); in init()
961 glUniform3fv(vec4_v, 2, &data[0]); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp888 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_program()
920 ctx.glUniform3fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type()
958 ctx.glUniform3fv(-2, 1, &data[0]); in uniformfv_invalid_location()
968 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_location()
999 ctx.glUniform3fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp383 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/external/deqp/doc/
DGLES2 Negative API Functions.txt147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
DGLES3 Negative API Functions.txt225 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/eigen/unsupported/Eigen/
DOpenGLSupport252 inline void glUniform3fv_ei (GLint loc, const float* v) { glUniform3fv(loc,1,v); }
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp172 void glUniform3fv (int location, int count, const float* v);
DsglrGLContext.cpp738 m_wrapper->glUniform3fv(location, count, value); in uniform3fv()
/external/mesa3d/include/GLES2/
Dgl2.h594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl533 gl->uniform3fv = glUniform3fv;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl315 "glUniform3fv",

12