Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp56 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
78 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
102 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
147 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
171 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
293 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
325 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
362 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
392 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
402 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
[all …]
H A DRenderNodeDrawableTests.cpp540 auto pipeline = std::make_unique<SkiaOpenGLPipeline>(renderThread); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/aosp14/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 DColorizedFgsCoordinator.java46 public void attach(NotifPipeline pipeline) { in attach()
H A DHideNotifsForOtherUsersCoordinator.java52 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 DMediaCoordinator.java139 public void attach(NotifPipeline pipeline) { in attach()
H A DRankingCoordinator.java73 public void attach(NotifPipeline pipeline) { in attach()
H A DPreparationCoordinator.java150 public void attach(NotifPipeline pipeline) { in attach()
H A DVisualStabilityCoordinator.java114 public void attach(NotifPipeline pipeline) { in attach()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifBindPipelineInitializer.java33 NotifBindPipeline pipeline, in NotifBindPipelineInitializer()
/aosp14/frameworks/base/libs/hwui/protos/
H A Dgraphicsstats.proto60 optional PipelineType pipeline = 8; field
/aosp14/frameworks/base/core/proto/android/service/
H A Dgraphicsstats.proto64 optional PipelineType pipeline = 8; field
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupExpansionManagerImpl.java79 public void attach(NotifPipeline pipeline) { in attach()
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h64 #define INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, functionCall) \ argument
72 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument
H A DTestUtils.cpp62 android::uirenderer::renderthread::IRenderPipeline* pipeline; in createTextureLayerUpdater() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp98 IRenderPipeline* pipeline = mContext->getRenderPipeline(); in run() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java181 CommonNotifCollection provideCommonNotifCollection(NotifPipeline pipeline); in provideCommonNotifCollection()
/aosp14/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()
/aosp14/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()