Searched refs:RsContextType (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/ |
D | rsApiContext.cpp | 29 RsContextType ct, uint32_t flags, in rsContextCreateVendor() 40 RsContextType ct, uint32_t flags) { in rsContextCreate()
|
D | rsContext.h | 83 RsContextType ct = RS_CONTEXT_TYPE_NORMAL, 244 RsContextType getContextType() const { return mContextType; } in getContextType() 245 void setContextType(RsContextType ct) { mContextType = ct; } in setContextType() 308 RsContextType mContextType;
|
D | rs.h | 60 RsContextType ct, uint32_t flags);
|
D | rsDefines.h | 80 enum RsContextType { enum
|
D | rsHidlAdaptation.h | 53 …t ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f…
|
D | rsApiStubs.h | 28 …rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f…
|
D | rsContext.cpp | 462 RsContextType ct, uint32_t flags, in createContext()
|
D | rsApiStubs.cpp | 142 RsContextType ct, uint32_t flags) in rsContextCreate()
|
D | rsHidlAdaptation.cpp | 194 …::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f… in ContextCreate()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 30 …extCreateFnPtr)(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f… 31 …ateVendorFnPtr)(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f…
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 815 (RsContextType)ct, 0); in nContextCreate() 2161 (RsContextType)ct, in nIncContextCreate()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 857 …return (jlong)(uintptr_t)rsContextCreate((RsDevice)dev, 0, sdkVer, (RsContextType)contextType, fla… in nContextCreate()
|