OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumUniforms
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.h
77
int
getNumUniforms
() { return (int)indexToUniform.size(); }
ShaderLang.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp
318
int
getNumUniforms
(void) const { return (int)m_uniforms.size(); }
[
all
...]
/external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp
272
int
getNumUniforms
(void) const { return (int)m_uniforms.size(); }
[
all
...]
/external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp
338
int
getNumUniforms
(void) const { return (int)m_uniforms.size(); }
[
all
...]
Completed in 259 milliseconds