Home
last modified time | relevance | path

Searched refs:RsContextType (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/
DrsApiContext.cpp29 RsContextType ct, uint32_t flags, in rsContextCreateVendor()
40 RsContextType ct, uint32_t flags) { in rsContextCreate()
DrsContext.h83 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;
Drs.h60 RsContextType ct, uint32_t flags);
DrsDefines.h80 enum RsContextType { enum
DrsHidlAdaptation.h53 …t ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f…
DrsApiStubs.h28 …rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f…
DrsContext.cpp462 RsContextType ct, uint32_t flags, in createContext()
DrsApiStubs.cpp142 RsContextType ct, uint32_t flags) in rsContextCreate()
DrsHidlAdaptation.cpp194 …::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsContextType ct, uint32_t f… in ContextCreate()
/frameworks/rs/cpp/
DrsDispatch.h30 …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/
Dandroid_renderscript_RenderScript.cpp815 (RsContextType)ct, 0); in nContextCreate()
2161 (RsContextType)ct, in nIncContextCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp857 …return (jlong)(uintptr_t)rsContextCreate((RsDevice)dev, 0, sdkVer, (RsContextType)contextType, fla… in nContextCreate()