OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUniformCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/driver/
rsdShaderCache.cpp
45
for (uint32_t ct=0; ct < prog->
getUniformCount
(); ct++) {
64
for (uint32_t ct=0; ct < prog->
getUniformCount
(); ct++) {
72
for (uint32_t ct=0; ct < vtx->
getUniformCount
(); ct++) {
78
for (uint32_t ct=0; ct < frag->
getUniformCount
(); ct++) {
133
vtx->
getUniformCount
(),
134
frag->
getUniformCount
());
rsdShader.h
56
uint32_t
getUniformCount
() const {return mUniformCount;}
Completed in 33 milliseconds