/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | Action.java | 79 @Nullable Surface surface, in doActionAndScheduleNext() 103 @Nullable Surface surface, in doActionAndScheduleNextImpl() 122 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface); in doActionImpl() 163 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 201 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 222 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 247 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 271 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 292 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 316 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | Action.java | 79 @Nullable Surface surface, in doActionAndScheduleNext() 103 @Nullable Surface surface, in doActionAndScheduleNextImpl() 122 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface); in doActionImpl() 163 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 201 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 222 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 247 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 271 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 292 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() 316 ExoPlayer player, DefaultTrackSelector trackSelector, @Nullable Surface surface) { in doActionImpl() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | SurfaceUtils.java | 57 public static boolean isSurfaceForPreview(Surface surface) { in isSurfaceForPreview() 78 public static boolean isSurfaceForHwVideoEncoder(Surface surface) { in isSurfaceForHwVideoEncoder() 98 public static long getSurfaceId(Surface surface) { in getSurfaceId() 113 public static long getSurfaceUsage(Surface surface) { in getSurfaceUsage() 130 public static Size getSurfaceSize(Surface surface) { in getSurfaceSize() 148 public static int getSurfaceFormat(Surface surface) { in getSurfaceFormat() 171 public static int detectSurfaceFormat(Surface surface) { in detectSurfaceFormat() 187 public static int getSurfaceDataspace(Surface surface) { in getSurfaceDataspace() 220 private static void checkHighSpeedSurfaceFormat(Surface surface) { in checkHighSpeedSurfaceFormat() 296 private static native int nativeDetectSurfaceType(Surface surface); in nativeDetectSurfaceType() [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | SurfaceTest.cpp | 279 sk_sp<SkSurface>& surface, in test_canvas_peek() 308 auto surface(surface_func(kPremul_SkAlphaType, &requestInfo)); in DEF_TEST() local 318 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, &requestInfo)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 323 static void test_snapshot_alphatype(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface, in test_snapshot_alphatype() 337 auto surface(surface_func(at, nullptr)); in DEF_TEST() local 349 auto surface(surface_func(ctxInfo.directContext(), at, nullptr)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 356 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_texture_access_copy_on_write() 368 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_rendertarget_access_copy_on_write() 393 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, nullptr)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 397 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, nullptr)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local [all …]
|
H A D | DrawPathTest.cpp | 113 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(640, 480))); in test_crbug131181() local 195 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(640, 480))); in test_inversepathwithclip() local 234 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(640, 480))); in test_bug533() local 276 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(640, 480))); in test_bigcubic() local 304 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(640, 480))); in test_halfway() local 325 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(33000, 10))); in test_giantaa() local 379 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(1000, 1000))); in test_crbug_472147_simple() local 394 auto surface(SkSurfaces::Raster(SkImageInfo::MakeN32Premul(1000, 1000))); in test_crbug_472147_actual() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_view_Surface.cpp | 120 jobject android_view_Surface_createFromSurface(JNIEnv* env, const sp<Surface>& surface) { in android_view_Surface_createFromSurface() 141 sp<Surface> surface(new Surface(bufferProducer, true)); in android_view_Surface_createFromIGraphicBufferProducer() local 163 sp<Surface> surface(new Surface(producer, true)); in nativeCreateFromSurfaceTexture() local 198 sp<Surface> surface(reinterpret_cast<Surface *>(nativeObject)); in nativeLockCanvas() local 253 sp<Surface> surface(reinterpret_cast<Surface *>(nativeObject)); in nativeUnlockCanvasAndPost() local 271 sp<Surface> surface(reinterpret_cast<Surface *>(nativeObject)); in nativeAllocateBuffers() local 284 sp<Surface> surface(ctrl->createSurface()); in nativeCreateFromSurfaceControl() local 304 sp<Surface> surface(ctrl->getSurface()); in nativeGetFromSurfaceControl() local 324 sp<Surface> surface = queue->getSurface(true /* includeSurfaceControlHandle */); in nativeGetFromBlastBufferQueue() local 394 Surface* surface = reinterpret_cast<Surface*>(nativeObject); in nativeGetWidth() local [all …]
|
H A D | android_hardware_camera2_utils_SurfaceUtils.cpp | 53 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() 71 static sp<Surface> getSurface(JNIEnv* env, jobject surface) { in getSurface() 92 static jint SurfaceUtils_nativeDetectSurfaceType(JNIEnv* env, jobject thiz, jobject surface) { in SurfaceUtils_nativeDetectSurfaceType() 110 static jint SurfaceUtils_nativeDetectSurfaceDataspace(JNIEnv* env, jobject thiz, jobject surface) { in SurfaceUtils_nativeDetectSurfaceDataspace() 128 static jint SurfaceUtils_nativeDetectSurfaceDimens(JNIEnv* env, jobject thiz, jobject surface, in SurfaceUtils_nativeDetectSurfaceDimens() 166 jobject surface) { in SurfaceUtils_nativeDetectSurfaceUsageFlags() 186 static jlong SurfaceUtils_nativeGetSurfaceId(JNIEnv* env, jobject thiz, jobject surface) { in SurfaceUtils_nativeGetSurfaceId()
|
/aosp_15_r20/frameworks/native/libs/gui/tests/ |
H A D | EndToEndNativeInputTest.cpp | 465 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 480 std::unique_ptr<InputSurface> surface = makeSurface(100, 100, "Left Surface"); in TEST_F() local 503 std::unique_ptr<InputSurface> surface = makeSurface(100, 100, "Test Surface 1"); in TEST_F() local 616 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 668 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 750 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 758 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 770 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 781 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local 803 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F() local [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_vebox_rt.cpp | 114 int32_t CmVeboxRT::SetSurfaceInternal(VEBOX_SURF_USAGE surfUsage, CmSurface2D* surface) in SetSurfaceInternal() 143 CM_RT_API int32_t CmVeboxRT::SetCurFrameInputSurface( CmSurface2D * surface ) in SetCurFrameInputSurface() 153 CM_RT_API int32_t CmVeboxRT::SetPrevFrameInputSurface( CmSurface2D * surface ) in SetPrevFrameInputSurface() 163 CM_RT_API int32_t CmVeboxRT::SetSTMMInputSurface( CmSurface2D* surface ) in SetSTMMInputSurface() 173 CM_RT_API int32_t CmVeboxRT::SetSTMMOutputSurface( CmSurface2D* surface ) in SetSTMMOutputSurface() 183 CM_RT_API int32_t CmVeboxRT::SetDenoisedCurFrameOutputSurface( CmSurface2D* surface ) in SetDenoisedCurFrameOutputSurface() 193 CM_RT_API int32_t CmVeboxRT::SetCurFrameOutputSurface( CmSurface2D* surface ) in SetCurFrameOutputSurface() 227 CM_RT_API int32_t CmVeboxRT::SetPrevFrameOutputSurface( CmSurface2D* surface ) in SetPrevFrameOutputSurface() 237 CM_RT_API int32_t CmVeboxRT::SetStatisticsOutputSurface( CmSurface2D* surface ) in SetStatisticsOutputSurface() 247 int32_t CmVeboxRT::GetSurface(uint32_t surfUsage, CmSurface2DRT*& surface) in GetSurface()
|
H A D | cm_surface_manager_base.cpp | 252 CmSurface* surface = m_surfaceArray[ i ]; in DestroySurfaceArrayElement() local 394 CmSurface* surface = m_delayDestroyHead; in RefreshDelayDestroySurfaces() local 872 CmSurface2DUPRT* &surface) in CreateSurface2DUP() 1196 CmSurface* surface = m_surfaceArray[ index ]; in DestroySampler8x8Surface() local 1242 CmSurface* surface = sampler8x8Surface; in DestroySurface() local 1260 CmSurface* surface = m_surfaceArray[ index ]; in DestroyVmeSurface() local 1436 CmSurface* surface = buffer; in DestroySurface() local 1493 CmSurface* surface = surface2dUP; in DestroySurface() local 1551 CmSurface* surface = surface2d; in DestroySurface() local 1580 CmSurface* surface = vmeSurface; in DestroySurface() local [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 62 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest() 77 EGLSurface surface = EGL_NO_SURFACE; in runMultithreadedGLTest() local 200 EGLSurface surface = window->getSurface(); in TEST_P() local 237 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() 294 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P() local 342 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() 393 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() 446 auto testBody = [dpy](EGLSurface surface, size_t thread) { in TEST_P() 501 EGLSurface surface = window->getSurface(); in TEST_P() local 599 EGLSurface surface = EGL_NO_SURFACE; in TEST_P() local [all …]
|
/aosp_15_r20/external/angle/src/libEGL/ |
H A D | libEGL_autogen.cpp | 72 EGLSurface surface, in eglCopyBuffers() 120 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() 205 EGLSurface surface, in eglQuerySurface() 213 EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers() 238 EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() 244 EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 251 EGLSurface surface, in eglSurfaceAttrib() 401 EGLSurface surface, in eglGetCompositorTimingSupportedANDROID() 409 EGLSurface surface, in eglGetCompositorTimingANDROID() 419 EGLSurface surface, in eglGetNextFrameIdANDROID() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/ |
H A D | vp_allocator.cpp | 163 MOS_STATUS VpAllocator::DestroySurface(MOS_SURFACE *surface, MOS_GFXRES_FREE_FLAGS flags) in DestroySurface() 178 VP_SURFACE *surface = MOS_New(VP_SURFACE); in AllocateVpSurface() local 462 MOS_STATUS VpAllocator::DestroyVpSurface(VP_SURFACE* &surface, bool deferredDestroyed, MOS_GFXRES_F… in DestroyVpSurface() 587 MOS_STATUS VpAllocator::GetSurfaceInfo(VPHAL_SURFACE *surface, VPHAL_GET_SURFACE_INFO &info) in GetSurfaceInfo() 683 MOS_STATUS VpAllocator::GetSurfaceInfo(VP_SURFACE* surface, VPHAL_GET_SURFACE_INFO& info) in GetSurfaceInfo() 736 PVPHAL_SURFACE surface, in AllocParamsInitType() 766 VP_SURFACE *surface, in AllocParamsInitType() 792 VP_SURFACE *&surface, in ReAllocateSurface() 830 { in ReAllocateSurface() 963 PVPHAL_SURFACE surface, in ReAllocateSurface() [all …]
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | ANativeWindowTest.java | 151 Surface surface = new Surface(consumer); in testSetBuffersTransform() local 219 Surface surface = new Surface(consumer); in testSetBuffersDataSpace() local 335 Surface surface = new Surface(consumer); in testTryAllocateBuffersDoesNotCrash() local 341 private static native void nPushBufferWithTransform(Surface surface, int transform); in nPushBufferWithTransform() 342 private static native int nSetBuffersDataSpace(Surface surface, int dataSpace); in nSetBuffersDataSpace() 343 private static native int nGetBuffersDataSpace(Surface surface); in nGetBuffersDataSpace() 344 private static native int nGetBuffersDefaultDataSpace(Surface surface); in nGetBuffersDefaultDataSpace() 345 private static native void nTryAllocateBuffers(Surface surface); in nTryAllocateBuffers() 347 private static native void nWriteToParcel(Surface surface, Parcel parcel); in nWriteToParcel()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 128 const VkSurfaceKHR surface, const std::size_t expectedCompleteSize) in operator ()() 223 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in createSurfaceTest() local 233 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in querySurfaceCounterTest() local 276 const Unique<VkSurfaceKHR> surface( in createSurfaceCustomAllocatorTest() local 317 const Unique<VkSurfaceKHR> surface( in createSurfaceSimulateOOMTest() local 365 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in querySurfaceSupportTest() local 406 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in queryPresentationSupportTest() local 435 …rtedByAnyQueue(const InstanceInterface &vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface) in isSupportedByAnyQueue() 497 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in querySurfaceCapabilitiesTest() local 525 …const Unique<VkSurfaceKHR> surface(createSurface(instHelper.vki, instHelper.instance, wsiType, nat… in querySurfaceCapabilities2Test() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 113 init_surface_info(struct zink_screen *screen, struct zink_surface *surface, struct zink_resource *r… in init_surface_info() 155 …format(struct zink_screen *screen, struct zink_resource *res, struct zink_surface *surface, enum p… in apply_view_usage_for_format() 187 struct zink_surface *surface = CALLOC_STRUCT(zink_surface); in create_surface() local 226 struct zink_surface *surface = create_surface(pctx, pres, templ, ivci, actually); in do_create_surface() local 241 struct zink_surface *surface = NULL; in zink_get_surface() local 274 struct zink_surface *surface, in wrap_surface() 344 struct zink_surface *surface = NULL; in zink_create_surface() local 409 struct zink_surface *surface = zink_surface(psurface); in zink_destroy_surface() local 442 struct zink_surface *surface = zink_surface(*psurface); in zink_rebind_surface() local 526 zink_surface_swapchain_update(struct zink_context *ctx, struct zink_surface *surface) in zink_surface_swapchain_update()
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | Flags.cpp | 24 sp<SurfaceType> surfaceToSurfaceType(const sp<Surface>& surface) { in surfaceToSurfaceType() 32 sp<IGraphicBufferProducer> surfaceTypeToIGBP(const sp<SurfaceType>& surface) { in surfaceTypeToIGBP() 40 bool isSurfaceTypeValid(const sp<SurfaceType>& surface) { in isSurfaceTypeValid() 48 ParcelableSurfaceType toParcelableSurfaceType(const view::Surface& surface) { in toParcelableSurfaceType() 56 ParcelableSurfaceType convertSurfaceTypeToParcelable(sp<SurfaceType> surface) { in convertSurfaceTypeToParcelable() 64 sp<SurfaceType> convertParcelableSurfaceTypeToSurface(const ParcelableSurfaceType& surface) { in convertParcelableSurfaceTypeToSurface()
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | eglApi.cpp | 145 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() 152 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() 159 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame() 260 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() 268 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers() 289 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) { in eglSurfaceAttrib() 296 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() 303 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglReleaseTexImage() 360 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() 367 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() [all …]
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglQuerySurfaceTests.cpp | 64 …logSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, EGLSurface surface, in logSurfaceAttributes() 71 …monSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, EGLSurface surface) in logCommonSurfaceAttributes() 88 …ferSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, EGLSurface surface) in logPbufferSurfaceAttributes() 113 void QuerySurfaceCase::checkCommonAttributes(EGLDisplay display, EGLSurface surface, const ConfigIn… in checkCommonAttributes() 259 void QuerySurfaceCase::checkNonPbufferAttributes(EGLDisplay display, EGLSurface surface) in checkNonPbufferAttributes() 327 eglu::UniqueSurface surface( in executeForConfig() local 363 eglu::UniqueSurface surface( in executeForConfig() local 410 … eglu::UniqueSurface surface(egl, display, egl.createPbufferSurface(display, config, attribs)); in executeForConfig() local 488 void SurfaceAttribCase::testAttributes(EGLDisplay display, EGLSurface surface, EGLint surfaceType, in testAttributes() 626 eglu::UniqueSurface surface( in executeForConfig() local [all …]
|
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
H A D | SurfaceProxy.cpp | 41 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_setSurface() local 53 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed() local 117 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_SurfaceSetScalingMode() local 207 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_SurfaceSetAsyncMode() local 214 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_SurfaceSetDequeueTimeout() local 221 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_SurfaceSetMaxDequeuedBufferCount() local 228 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_NativeWindowSetBufferCount() local 236 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_NativeWindowSetSharedBufferMode() local 244 android::sp<android::Surface> surface = static_cast<android::Surface*>(sAnw); in Java_com_android_test_SurfaceProxy_NativeWindowSetAutoRefresh() local
|
/aosp_15_r20/external/skia/modules/jetski/src/ |
H A D | Surface.cpp | 48 ThreadedSurface::ThreadedSurface(JNIEnv* env, jobject surface) in ThreadedSurface() 159 static jlong Surface_CreateThreadedSurface(JNIEnv* env, jobject, jobject surface) { in Surface_CreateThreadedSurface() argument 202 if (auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_Release() local 209 auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetNativeCanvas() local 216 if (auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_FlushAndSubmit() local 222 const auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetWidth() local 227 const auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetHeight() local 232 if (const auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_MakeSnapshot() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 50 VdpOutputSurface *surface) in vlVdpOutputSurfaceCreate() 145 vlVdpOutputSurfaceDestroy(VdpOutputSurface surface) in vlVdpOutputSurfaceDestroy() 175 vlVdpOutputSurfaceGetParameters(VdpOutputSurface surface, in vlVdpOutputSurfaceGetParameters() 197 vlVdpOutputSurfaceGetBitsNative(VdpOutputSurface surface, in vlVdpOutputSurfaceGetBitsNative() 244 vlVdpOutputSurfacePutBitsNative(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsNative() 287 vlVdpOutputSurfacePutBitsIndexed(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsIndexed() 433 vlVdpOutputSurfacePutBitsYCbCr(VdpOutputSurface surface, in vlVdpOutputSurfacePutBitsYCbCr() 780 struct pipe_resource *vlVdpOutputSurfaceGallium(VdpOutputSurface surface) in vlVdpOutputSurfaceGallium() 795 VdpStatus vlVdpOutputSurfaceDMABuf(VdpOutputSurface surface, in vlVdpOutputSurfaceDMABuf()
|
H A D | surface.c | 57 VdpVideoSurface *surface) in vlVdpVideoSurfaceCreate() 126 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface) in vlVdpVideoSurfaceDestroy() 150 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, in vlVdpVideoSurfaceGetParameters() 191 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface, in vlVdpVideoSurfaceGetBitsYCbCr() 292 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface, in vlVdpVideoSurfacePutBitsYCbCr() 455 struct pipe_video_buffer *vlVdpVideoSurfaceGallium(VdpVideoSurface surface) in vlVdpVideoSurfaceGallium() 473 VdpStatus vlVdpVideoSurfaceDMABuf(VdpVideoSurface surface, in vlVdpVideoSurfaceDMABuf()
|
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
H A D | Surface.java | 27 static public Surface CreateVulkan(android.view.Surface surface) { in CreateVulkan() 31 static public Surface CreateGL(android.view.Surface surface) { in CreateGL() 39 static public Surface createThreadedSurface(android.view.Surface surface) { in createThreadedSurface() 105 private static native long nCreateThreadedSurface(android.view.Surface surface); in nCreateThreadedSurface() 106 private static native long nCreateVKSurface(android.view.Surface surface); in nCreateVKSurface() 107 private static native long nCreateGLSurface(android.view.Surface surface); in nCreateGLSurface()
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativeImageReaderTest.java | 41 Surface surface = imageReader.getSurface(); in test_imageReader_newInstance_validateHasSurface() local 56 Surface surface = imageReader.getSurface(); in test_imageReader_getSurface_acquireNextImage() local 77 Surface surface = imageReader.getSurface(); in test_imageReader_getSurface_lockCanvas() local 89 Surface surface = imageReader.getSurface(); in imageReader_setOnImageAvailableListener() local 100 Surface surface = reader.getSurface(); in imageReader_lockHardwareCanvas_drawColor() local 117 Surface surface = reader.getSurface(); in testGetHardwareBuffer() local
|