/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | RuntimeShaderBuilder.java | 19 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/ |
D | glcShaderStructTests.cpp | 1175 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/ |
D | es3fShaderStructTests.cpp | 1245 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/ |
D | es2fShaderStructTests.cpp | 1249 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/ |
D | J3DIMath.js | 223 J3DIMatrix4.prototype.setUniform = function(ctx, loc, transpose) method in J3DIMatrix4
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 244 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/ |
D | es31fSeparateShaderTests.cpp | 1176 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/ |
D | es31cExplicitUniformLocationTest.cpp | 1425 void setUniform(const Uniform &uniform, const CompiledProgram &program) in setUniform() function in glcts::__anon00b130010111::ExplicitUniformLocationCaseBase
|