OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getUniformName
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/
rsdShader.h
58
const std::string &
getUniformName
(uint32_t i) const {return mUniformNames[i];}
/external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp
127
string
getUniformName
(int ndx, const glu::VarType& type, const glu::TypeComponentVector& path)
392
const string name =
getUniformName
(uniformNdx, uniformInfo.type, subTypeIter.getPath());
563
const string name =
getUniformName
(uniformNdx, uniformInfo.type, subTypeIter.getPath());
[
all
...]
es31fLayoutBindingTests.cpp
181
std::string
getUniformName
(const std::string& name, int declNdx)
186
std::string
getUniformName
(const std::string& name, int declNdx, int arrNdx)
924
const std::string name = arrayInstance ?
getUniformName
(m_uniformName, 0, iterNdx) :
getUniformName
(m_uniformName, iterNdx);
957
<< (arrayInstance ?
getUniformName
(m_uniformName, declNdx, m_numBindings) :
getUniformName
(m_uniformName, declNdx)) << ";\n";
[
all
...]
Completed in 248 milliseconds