OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContextType
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsContext.h
246
RsContextType getContextType() const { return
mContextType
; }
247
void setContextType(RsContextType ct) {
mContextType
= ct; }
261
RsContextType
mContextType
;
rsContext.cpp
516
mContextType
= RS_CONTEXT_TYPE_NORMAL;
530
rsc->
mContextType
= ct;
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
168
ContextType
mContextType
;
[
all
...]
Completed in 2179 milliseconds