Searched refs:contextType (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.h | 110 ContextType contextType = ContextType::kRenderThread);
|
H A D | VulkanManager.cpp | 416 ContextType contextType) { in createContext() argument 429 (contextType == ContextType::kRenderThread) ? mGraphicsQueue : mAHBUploadQueue; in createContext()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 234 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType); in rsnContextCreate() argument 235 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) { in nContextCreate() argument 236 return rsnContextCreate(dev, ver, sdkVer, contextType); in nContextCreate()
|
/aosp14/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 2567 private void addPackageToLegacyDB(int appId, int contextType, String packagename, in addPackageToLegacyDB() argument 2573 wpman.insertPackage(dbh, db, Integer.toString(appId), Integer.toString(contextType), in addPackageToLegacyDB()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 851 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType) in nContextCreate() argument 856 …return (jlong)(uintptr_t)rsContextCreate((RsDevice)dev, 0, sdkVer, (RsContextType)contextType, fla… in nContextCreate()
|