OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConstantTypes
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsProgram.cpp
43
mConstantTypes
= new ObjectBaseRef<Type>[mHal.state.constantsCount];
65
mConstantTypes
[constant].set(reinterpret_cast<Type *>(params[ct+1]));
91
delete[]
mConstantTypes
;
141
mConstantTypes
= NULL;
158
if (alloc->getType() !=
mConstantTypes
[slot].get()) {
rsProgram.h
77
ObjectBaseRef<Type> *
mConstantTypes
;
Completed in 429 milliseconds