Home
last modified time | relevance | path

Searched refs:getUniformValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DShaderProgram.java141 return getUniformValue(variableName); in getHostValue()
266 private native Object getUniformValue(String name); in getUniformValue() method in ShaderProgram
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DOperationSignatureUtils.h104 inline T getUniformValue(int valueProperties, T low, T up, T zeroPoint) {
116 inline bool8 getUniformValue(int, bool8, bool8, bool8) {
125 data[i] = getUniformValue<T>(op->valueProperties, low, up, zeroPoint);