| /foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
| H A D | dcamera_client_demo.h | 45 explicit DemoDCameraBufferConsumerListener(const sptr<IConsumerSurface>& surface) : surface_(surface) in DemoDCameraBufferConsumerListener() argument 102 explicit DemoDCameraPhotoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPhotoSurfaceListener() argument 133 explicit DemoDCameraPreviewSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraPreviewSurfaceListener() argument 165 explicit DemoDCameraVideoSurfaceListener(const sptr<IConsumerSurface>& surface) in DemoDCameraVideoSurfaceListener() argument [all...] |
| /foundation/distributedhardware/distributed_screen/services/screendemo/ |
| H A D | decoder_demo.cpp | 176 void VDecDemo::SetOutputSurface(sptr<Surface> surface) in SetOutputSurface() argument
|
| H A D | test.cpp | 320 sptr<Surface> surface = ScreenClient::GetInstance().GetSurface(windowId); in CreateWindow() local
|
| /foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
| H A D | image_sink_decoder.cpp | 364 int32_t ImageSinkDecoder::SetOutputSurface(sptr<Surface> &surface) in SetOutputSurface() argument
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
| H A D | screenregion.cpp | 199 sptr<Surface> surface = ScreenClient::GetInstance().GetSurface(windowId_); in ConfigWindow() local
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
| H A D | hdilayerinfo_test.cpp | 66 sptr<IConsumerSurface> surface = nullptr;
in HWTEST_F() local
|
| /foundation/window/window_manager_lite/services/wms/ |
| H A D | lite_wms.cpp | 90 Surface* surface = window->GetSurface(); in SurfaceRequestHandler() local 225 Surface* surface = SurfaceImpl::GenericSurfaceByIpcIo(*req); in Screenshot() local
|
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | layout.cpp | 129 static GDISurface *surface = NULL; in WndProc() local
|
| H A D | paragraph.cpp | 227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() argument
|
| H A D | GDIFontInstance.cpp | 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument 195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument
|
| H A D | cgnomelayout.c | 222 rs_surface *surface = rs_gnomeRenderingSurfaceOpen(widget); in eventExpose() local
|
| H A D | clayout.c | 131 static rs_surface *surface = NULL; in WndProc() local
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglsurface.h | 257 _eglLookupSurface(EGLSurface surface, _EGLDisplay *disp) _eglLookupSurface() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 291 struct pipe_surface *surface; in svga_clear_texture() local [all...] |
| H A D | svga_state_sampler.c | 134 struct svga_winsys_surface *surface; in svga_validate_pipe_sampler_view() local 358 struct svga_winsys_surface *surface; in update_sampler_resources() local
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 198 vlVdpSurface *surface; in vlVdpGetReferenceFrame() local
|
| H A D | surface.c | 133 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface) in vlVdpVideoSurfaceDestroy() argument 157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, in vlVdpVideoSurfaceGetParameters() argument 198 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface, in vlVdpVideoSurfaceGetBitsYCbCr() argument 55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, uint32_t width, uint32_t height, VdpVideoSurface *surface) vlVdpVideoSurfaceCreate() argument 301 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface, VdpYCbCrFormat source_ycbcr_format, void const *const *source_data, uint32_t const *source_pitches) vlVdpVideoSurfacePutBitsYCbCr() argument 466 vlVdpVideoSurfaceGallium(VdpVideoSurface surface) vlVdpVideoSurfaceGallium() argument 484 vlVdpVideoSurfaceDMABuf(VdpVideoSurface surface, VdpVideoSurfacePlane plane, struct VdpSurfaceDMABufDesc *result) vlVdpVideoSurfaceDMABuf() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_kopper.h | 71 VkSurfaceKHR surface; member
|
| H A D | zink_surface.c | 110 init_surface_info(struct zink_surface *surface, struct zink_resource *res, VkImageViewCreateInfo *ivci) in init_surface_info() argument 138 struct zink_surface *surface = CALLOC_STRUCT(zink_surface); create_surface() local 204 struct zink_surface *surface = create_surface(pctx, pres, templ, ivci, actually); do_create_surface() local 217 struct zink_surface *surface = NULL; zink_get_surface() local 269 struct zink_surface *surface = do_create_surface(pctx, pres, templ, &ivci, 0, false); zink_create_surface() local 305 struct zink_surface *surface = zink_surface(psurface); zink_destroy_surface() local 348 struct zink_surface *surface = zink_surface(*psurface); zink_rebind_surface() local 433 zink_surface_swapchain_update(struct zink_context *ctx, struct zink_surface *surface) zink_surface_swapchain_update() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
| H A D | xvmc_bench.c | 190 XvMCSurface surface; in main() local
|
| H A D | test_rendering.c | 146 XvMCSurface surface; in main() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tile_cache.h | 85 struct pipe_surface *surface; /**< the surface we're caching */ member
|
| /third_party/mesa3d/src/gallium/frontends/xvmc/ |
| H A D | surface.c | 100 GetPictureDescription(XvMCSurfacePrivate *surface, struct pipe_mpeg12_picture_desc *desc) in GetPictureDescription() argument 120 RecursiveEndFrame(XvMCSurfacePrivate *surface) in RecursiveEndFrame() argument 46 MacroBlocksToPipe(XvMCContextPrivate *context, XvMCSurfacePrivate *surface, unsigned int xvmc_picture_structure, const XvMCMacroBlock *xvmc_mb, const XvMCBlockArray *xvmc_blocks, struct pipe_mpeg12_macroblock *mb, unsigned int num_macroblocks) MacroBlocksToPipe() argument 154 XvMCCreateSurface(Display *dpy, XvMCContext *context, XvMCSurface *surface) XvMCCreateSurface() argument 320 XvMCFlushSurface(Display *dpy, XvMCSurface *surface) XvMCFlushSurface() argument 336 XvMCSyncSurface(Display *dpy, XvMCSurface *surface) XvMCSyncSurface() argument 349 XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, int flags) XvMCPutSurface() argument 472 XvMCGetSurfaceStatus(Display *dpy, XvMCSurface *surface, int *status) XvMCGetSurfaceStatus() argument 499 XvMCDestroySurface(Display *dpy, XvMCSurface *surface) XvMCDestroySurface() argument 529 XvMCHideSurface(Display *dpy, XvMCSurface *surface) XvMCHideSurface() argument [all...] |
| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_glx_drawable.h | 110 struct apple_glx_surface surface; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 106 struct pipe_surface *surface = rb->surface; in try_pbo_readpixels() local [all...] |