HomeSort by relevance Sort by last modified time
    Searched full:uniform1fv (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 118 gl->uniform1fv = &glUniform1fv;
glwInitES20.inl 118 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwFunctions.inl 517 glUniform1fvFunc uniform1fv;
    [all...]
glwInitES30Direct.inl 199 gl->uniform1fv = &glUniform1fv;
glwInitES30.inl 199 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitES31Direct.inl 261 gl->uniform1fv = &glUniform1fv;
glwInitES32Direct.inl 305 gl->uniform1fv = &glUniform1fv;
glwInitGL30.inl 197 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitES31.inl 261 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitES32.inl 305 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
    [all...]
glwInitGL31.inl 208 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL32.inl 226 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL33.inl 245 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL40.inl 275 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 261 dst->uniform1fv = src.uniform1fv;
  /external/skia/src/gpu/gl/
GrGLProgramDataManager.cpp 116 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fLocation, arrayCount, v));
GrGLAssembleInterface.cpp 226 GET_PROC(Uniform1fv);
721 GET_PROC(Uniform1fv);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
sglrContext.hpp 163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]);
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 296 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 821 ctx.uniform1fv(ctx.getUniformLocation(program, "u_minGradient"), 1, &gradientMin);
822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 517 gl->uniform1fv = glUniform1fv;
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break;
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 462 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override;
    [all...]

Completed in 1765 milliseconds

1 2 3