Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp55 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
77 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
101 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
146 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
170 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
292 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
324 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
361 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
391 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
401 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DCoordinator.java32 void attach(@NonNull NotifPipeline pipeline); in attach()
H A DHideLocallyDismissedNotifsCoordinator.java39 public void attach(NotifPipeline pipeline) { in attach()
H A DMediaCoordinator.java51 public void attach(NotifPipeline pipeline) { in attach()
H A DHideNotifsForOtherUsersCoordinator.java55 public void attach(NotifPipeline pipeline) { in attach()
H A DAppOpsCoordinator.java72 public void attach(NotifPipeline pipeline) { in attach()
H A DDeviceProvisionedCoordinator.java54 public void attach(NotifPipeline pipeline) { in attach()
H A DBubbleCoordinator.java78 public void attach(NotifPipeline pipeline) { in attach()
H A DRankingCoordinator.java71 public void attach(NotifPipeline pipeline) { in attach()
H A DHeadsUpCoordinator.java91 public void attach(NotifPipeline pipeline) { in attach()
H A DVisualStabilityCoordinator.java91 public void attach(NotifPipeline pipeline) { in attach()
H A DKeyguardCoordinator.java89 public void attach(NotifPipeline pipeline) { in attach()
H A DPreparationCoordinator.java125 public void attach(NotifPipeline pipeline) { in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifBindPipelineInitializer.java33 NotifBindPipeline pipeline, in NotifBindPipelineInitializer()
/aosp12/frameworks/base/core/proto/android/service/
H A Dgraphicsstats.proto64 optional PipelineType pipeline = 8; field
/aosp12/frameworks/base/libs/hwui/protos/
H A Dgraphicsstats.proto60 optional PipelineType pipeline = 8; field
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupExpansionManagerImpl.java60 public void attach(NotifPipeline pipeline) { in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java275 Lazy<NotifPipeline> pipeline, in provideCommonNotifCollection()
304 Lazy<NotifPipeline> pipeline, in provideOnUserInteractionCallback()
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h53 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
61 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument
H A DTestUtils.cpp56 android::uirenderer::renderthread::IRenderPipeline* pipeline; in createTextureLayerUpdater() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImageSavingTask.java157 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), "Thumb"); in createNotificationBitmap() local
H A DRenderingRequest.java69 CachingPipeline pipeline = new CachingPipeline( in post() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java329 int pipeline, in glUseProgramStages()
337 int pipeline, in glActiveShaderProgram()
351 int pipeline in glBindProgramPipeline()
387 int pipeline in glIsProgramPipeline()
393 int pipeline, in glGetProgramPipelineiv()
402 int pipeline, in glGetProgramPipelineiv()
941 int pipeline in glValidateProgramPipeline()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java209 NotifBindPipeline pipeline = new NotifBindPipeline( in setUp() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp897 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III()
908 (JNIEnv *_env, jobject _this, jint pipeline, jint program) { in android_glActiveShaderProgram__II()
986 (JNIEnv *_env, jobject _this, jint pipeline) { in android_glBindProgramPipeline__I()
1155 (JNIEnv *_env, jobject _this, jint pipeline) { in android_glIsProgramPipeline__I()
1166 (JNIEnv *_env, jobject _this, jint pipeline, jint pname, jintArray params_ref, jint offset) { in android_glGetProgramPipelineiv__II_3II()
1210 (JNIEnv *_env, jobject _this, jint pipeline, jint pname, jobject params_buf) { in android_glGetProgramPipelineiv__IILjava_nio_IntBuffer_2()
3180 (JNIEnv *_env, jobject _this, jint pipeline) { in android_glValidateProgramPipeline__I()

12