Home
last modified time | relevance | path

Searched defs:setUniform (Results 1 – 8 of 8) sorted by relevance

/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DRuntimeShaderBuilder.java19 public RuntimeShaderBuilder setUniform(String name, float val) { in setUniform() method in RuntimeShaderBuilder
23 public RuntimeShaderBuilder setUniform(String name, float valX, float valY, float valZ) { in setUniform() method in RuntimeShaderBuilder
27 public RuntimeShaderBuilder setUniform(String name, Matrix mat) { in setUniform() method in RuntimeShaderBuilder
/external/deqp/external/openglcts/modules/common/
DglcShaderStructTests.cpp1175 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, float value) in setUniform() function
1182 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, int value) in setUniform() function
1189 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, const float *value,… in setUniform() function
/external/deqp/modules/gles3/functional/
Des3fShaderStructTests.cpp1245 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, float value) in setUniform() function
1252 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, int value) in setUniform() function
1259 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, const float *value,… in setUniform() function
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp1249 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, float value) in setUniform() function
1256 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, int value) in setUniform() function
1263 void setUniform(const glw::Functions &gl, uint32_t programID, const char *name, const float *value,… in setUniform() function
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js223 J3DIMatrix4.prototype.setUniform = function(ctx, loc, transpose) method in J3DIMatrix4
/external/deqp/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp244 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar *name, const glw:… in setUniform() function in gl3cts::Utils::programInfo
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1176 void SeparateShaderTest::setUniform(ProgramWrapper &program, const string &uniformName, GLfloat val… in setUniform() function in deqp::gles31::Functional::__anon6e7b199a0111::SeparateShaderTest
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp1425 void setUniform(const Uniform &uniform, const CompiledProgram &program) in setUniform() function in glcts::__anon00b130010111::ExplicitUniformLocationCaseBase