Home
last modified time | relevance | path

Searched defs:surface (Results 176 - 200 of 931) sorted by relevance

12345678910>>...38

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h69 StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, sptr<Surface>& surface, int32_t sceneMode) StartCapture() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Dscreen_manager_adapter_test.cpp222 sptr<OHOS::Surface> surface = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp282 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); in HWTEST_F() local
299 sptr<IConsumerSurface> surface = IConsumerSurface::Create("test"); in HWTEST_F() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c177 struct vmw_surface *surface; in vmw_present_ioctl() local
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Dstream_customer.h41 TestBuffersConsumerListener(const sptr<IConsumerSurface>& surface, in TestBuffersConsumerListener() argument
/third_party/glfw/src/
H A Dvulkan.c297 glfwCreateWindowSurface(VkInstance instance, GLFWwindow* handle, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) glfwCreateWindowSurface() argument
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c457 _eglQuerySurface(_EGLDisplay *disp, _EGLSurface *surface, in _eglQuerySurface() argument
631 _eglSurfaceAttrib(_EGLDisplay *disp, _EGLSurface *surface, EGLint attribute, EGLint value) _eglSurfaceAttrib() argument
756 _eglBindTexImage(_EGLDisplay *disp, _EGLSurface *surface, EGLint buffer) _eglBindTexImage() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_wsi.c94 v3dv_GetPhysicalDeviceSurfaceCapabilitiesKHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities) v3dv_GetPhysicalDeviceSurfaceCapabilitiesKHR() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.h40 struct pipe_surface *surface[2]; /* created on-demand (linear, sRGB) */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c106 si_vce_get_buffer(struct pipe_resource *resource, struct pb_buffer **handle, struct radeon_surf **surface) si_vce_get_buffer() argument
/third_party/icu/icu4c/source/samples/layout/
H A Dgnomeglue.cpp48 void rs_gnomeRenderingSurfaceClose(rs_surface *surface) in rs_gnomeRenderingSurfaceClose() argument
H A Dgdiglue.cpp45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC() argument
52 void rs_gdiRenderingSurfaceClose(rs_surface *surface) in rs_gdiRenderingSurfaceClose() argument
59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gdiFontMapOpen() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c84 rbug_surface_create(struct rbug_context *rb_context, struct rbug_resource *rb_resource, struct pipe_surface *surface) rbug_surface_create() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.h150 EGLSurface surface = EGL_NO_SURFACE; member
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
H A DPostSubBuffer.cpp131 EGLSurface surface = getSurface(); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderTarget9.cpp21 TextureRenderTarget9(IDirect3DBaseTexture9 *texture, size_t textureLevel, IDirect3DSurface9 *surface, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget9() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDebugTest.cpp157 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local
/third_party/skia/src/core/
H A DSkPictureImageGenerator.cpp109 auto surface = SkSurface::MakeRenderTarget(ctx, budgeted, info, 0, kTopLeft_GrSurfaceOrigin, in onGenerateTexture() local
H A DSkSpecialSurface.cpp40 static SkSpecialSurface_Base* as_SB(SkSpecialSurface* surface) { in as_SB() argument
/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp120 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, fSampleCnt, in createSurface() local
147 GrSurface* surface = this->peekSurface(); in refsWrappedObjects() local
169 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface() argument
[all...]
H A DGrTextureRenderTargetProxy.cpp141 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, this->numSamples(), in createSurface() local
176 void GrTextureRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface() argument
[all...]
H A DGrTextureProxy.h76 GrSurface* surface = this->peekSurface(); variable
77 SkASSERT(surface); variable
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h121 void submitIndirectCommandBuffer(GrSurface* surface, GrSurfaceOrigin origin, in submitIndirectCommandBuffer() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dgdiglue.cpp45 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc) in rs_gdiRenderingSurfaceSetHDC() argument
52 void rs_gdiRenderingSurfaceClose(rs_surface *surface) in rs_gdiRenderingSurfaceClose() argument
59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gdiFontMapOpen() argument
H A Dgnomeglue.cpp48 void rs_gnomeRenderingSurfaceClose(rs_surface *surface) in rs_gnomeRenderingSurfaceClose() argument

Completed in 11 milliseconds

12345678910>>...38