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
49
for (uint32_t ct=0; ct < prog->
getUniformCount
(); ct++) {
70
for (uint32_t ct=0; ct < prog->
getUniformCount
(); ct++) {
79
for (uint32_t ct=0; ct < vtx->
getUniformCount
(); ct++) {
85
for (uint32_t ct=0; ct < frag->
getUniformCount
(); ct++) {
140
vtx->
getUniformCount
(),
141
frag->
getUniformCount
());
rsdShader.h
56
uint32_t
getUniformCount
() const {return mUniformCount;}
Completed in 40 milliseconds