Searched refs:uniform (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java71 "uniform sampler2D tex_sampler_0;\n" +
204 GLToolbox.checkGlError("Initializing uniform");
321 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")");
328 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")");
332 ProgramUniform uniform = getProgramUniform(uniformName, true);
335 switch (uniform.getType()) {
337 checkUniformAssignment(uniform, len, 1);
338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0);
341 checkUniformAssignment(uniform, len, 2);
342 GLES20.glUniform2iv(uniform
773 checkUniformAssignment(ProgramUniform uniform, int values, int components) argument
[all...]

Completed in 26 milliseconds