OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateType
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java
27
private final GLStateType
mStateType
;
35
mStateType
= stateType;
59
mStateType
).getProperty(state);
65
mStateCategory, mLocation,
mStateType
);
/frameworks/rs/
rsType.cpp
36
for (uint32_t ct = 0; ct < mRSC->
mStateType
.mTypes.size(); ct++) {
37
if (mRSC->
mStateType
.mTypes[ct] == this) {
38
mRSC->
mStateType
.mTypes.removeAt(ct);
211
TypeState * stc = &rsc->
mStateType
;
rsContext.h
116
TypeState
mStateType
;
Completed in 723 milliseconds