Home
last modified time | relevance | path

Searched defs:enter (Results 51 – 75 of 2669) sorted by relevance

12345678910>>...107

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_network_list_thunk.cc23 EnterResource<PPB_NetworkList_API> enter(resource, false); in IsNetworkList() local
29 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetCount() local
37 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetName() local
45 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetType() local
53 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetState() local
63 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetIpAddresses() local
71 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetDisplayName() local
79 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetMTU() local
H A Dppb_video_capture_thunk.cc24 EnterResourceCreation enter(instance); in Create() local
31 EnterVideoCapture enter(resource, false); in IsVideoCapture() local
38 EnterVideoCapture enter(video_capture, callback, true); in EnumerateDevices() local
49 EnterVideoCapture enter(video_capture, true); in MonitorDeviceChange() local
60 EnterVideoCapture enter(video_capture, callback, true); in Open() local
79 EnterVideoCapture enter(video_capture, true); in StartCapture() local
87 EnterVideoCapture enter(video_capture, true); in ReuseBuffer() local
94 EnterVideoCapture enter(video_capture, true); in StopCapture() local
101 EnterVideoCapture enter(video_capture, true); in Close() local
H A Dppb_file_io_thunk.cc24 EnterResourceCreation enter(instance); in Create() local
32 EnterResource<PPB_FileIO_API> enter(resource, false); in IsFileIO() local
41 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Open() local
52 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Query() local
63 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Touch() local
76 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Read() local
89 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Write() local
100 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in SetLength() local
108 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Flush() local
116 EnterResource<PPB_FileIO_API> enter(file_io, true); in Close() local
[all …]
H A Dppb_udp_socket_thunk.cc24 EnterResourceCreation enter(instance); in Create() local
32 EnterResource<PPB_UDPSocket_API> enter(resource, false); in IsUDPSocket() local
40 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in Bind() local
48 EnterResource<PPB_UDPSocket_API> enter(udp_socket, true); in GetBoundAddress() local
60 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in RecvFrom() local
73 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SendTo() local
82 EnterResource<PPB_UDPSocket_API> enter(udp_socket, true); in Close() local
93 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption_1_0() local
105 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption_1_1() local
117 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption() local
[all …]
H A Dppb_graphics_2d_thunk.cc27 EnterResourceCreation enter(instance); in Create() local
35 EnterResource<PPB_Graphics2D_API> enter(resource, false); in IsGraphics2D() local
43 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in Describe() local
57 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in PaintImageData() local
67 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in Scroll() local
75 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in ReplaceContents() local
83 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, callback, true); in Flush() local
91 EnterResource<PPB_Graphics2D_API> enter(resource, true); in SetScale() local
99 EnterResource<PPB_Graphics2D_API> enter(resource, true); in GetScale() local
110 EnterResource<PPB_Graphics2D_API> enter(resource, true); in SetLayerTransform() local
H A Dppb_graphics_3d_thunk.cc26 EnterResource<PPB_Graphics3D_API> enter(instance, true); in GetAttribMaxValue() local
36 EnterResourceCreation enter(instance); in Create() local
45 EnterResource<PPB_Graphics3D_API> enter(resource, false); in IsGraphics3D() local
51 EnterResource<PPB_Graphics3D_API> enter(context, true); in GetAttribs() local
59 EnterResource<PPB_Graphics3D_API> enter(context, true); in SetAttribs() local
67 EnterResource<PPB_Graphics3D_API> enter(context, true); in GetError() local
75 EnterResource<PPB_Graphics3D_API> enter(context, true); in ResizeBuffers() local
84 EnterResource<PPB_Graphics3D_API> enter(context, callback, true); in SwapBuffers() local
H A Dppb_video_decoder_dev_thunk.cc24 EnterResourceCreation enter(instance); in Create() local
32 EnterVideoDecoder enter(resource, false); in IsVideoDecoder() local
39 EnterVideoDecoder enter(video_decoder, callback, true); in Decode() local
49 EnterVideoDecoder enter(video_decoder, true); in AssignPictureBuffers() local
55 EnterVideoDecoder enter(video_decoder, true); in ReusePictureBuffer() local
61 EnterVideoDecoder enter(video_decoder, callback, true); in Flush() local
68 EnterVideoDecoder enter(video_decoder, callback, true); in Reset() local
75 EnterVideoDecoder enter(video_decoder, true); in Destroy() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_media_stream_audio_track_thunk.cc25 EnterResource<PPB_MediaStreamAudioTrack_API> enter(resource, false); in IsMediaStreamAudioTrack() local
33 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, callback, in Configure() local
45 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, true); in GetAttrib() local
53 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, true); in GetId() local
61 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, true); in HasEnded() local
71 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, callback, in GetBuffer() local
80 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, true); in RecycleBuffer() local
88 EnterResource<PPB_MediaStreamAudioTrack_API> enter(audio_track, true); in Close() local
H A Dppb_network_list_thunk.cc24 EnterResource<PPB_NetworkList_API> enter(resource, false); in IsNetworkList() local
30 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetCount() local
38 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetName() local
46 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetType() local
54 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetState() local
64 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetIpAddresses() local
72 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetDisplayName() local
80 EnterResource<PPB_NetworkList_API> enter(resource, true); in GetMTU() local
H A Dppb_video_capture_thunk.cc24 EnterResourceCreation enter(instance); in Create() local
31 EnterVideoCapture enter(resource, false); in IsVideoCapture() local
38 EnterVideoCapture enter(video_capture, callback, true); in EnumerateDevices() local
49 EnterVideoCapture enter(video_capture, true); in MonitorDeviceChange() local
60 EnterVideoCapture enter(video_capture, callback, true); in Open() local
79 EnterVideoCapture enter(video_capture, true); in StartCapture() local
87 EnterVideoCapture enter(video_capture, true); in ReuseBuffer() local
94 EnterVideoCapture enter(video_capture, true); in StopCapture() local
101 EnterVideoCapture enter(video_capture, true); in Close() local
H A Dppb_file_io_thunk.cc25 EnterResourceCreation enter(instance); in Create() local
33 EnterResource<PPB_FileIO_API> enter(resource, false); in IsFileIO() local
42 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Open() local
53 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Query() local
64 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Touch() local
77 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Read() local
90 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Write() local
101 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in SetLength() local
109 EnterResource<PPB_FileIO_API> enter(file_io, callback, true); in Flush() local
117 EnterResource<PPB_FileIO_API> enter(file_io, true); in Close() local
[all …]
H A Dppb_udp_socket_thunk.cc25 EnterResourceCreation enter(instance); in Create() local
33 EnterResource<PPB_UDPSocket_API> enter(resource, false); in IsUDPSocket() local
41 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in Bind() local
49 EnterResource<PPB_UDPSocket_API> enter(udp_socket, true); in GetBoundAddress() local
61 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in RecvFrom() local
74 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SendTo() local
83 EnterResource<PPB_UDPSocket_API> enter(udp_socket, true); in Close() local
94 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption_1_0() local
106 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption_1_1() local
118 EnterResource<PPB_UDPSocket_API> enter(udp_socket, callback, true); in SetOption() local
[all …]
H A Dppb_graphics_2d_thunk.cc28 EnterResourceCreation enter(instance); in Create() local
36 EnterResource<PPB_Graphics2D_API> enter(resource, false); in IsGraphics2D() local
44 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in Describe() local
58 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in PaintImageData() local
68 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in Scroll() local
76 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, true); in ReplaceContents() local
84 EnterResource<PPB_Graphics2D_API> enter(graphics_2d, callback, true); in Flush() local
92 EnterResource<PPB_Graphics2D_API> enter(resource, true); in SetScale() local
100 EnterResource<PPB_Graphics2D_API> enter(resource, true); in GetScale() local
111 EnterResource<PPB_Graphics2D_API> enter(resource, true); in SetLayerTransform() local
H A Dppb_graphics_3d_thunk.cc27 EnterResource<PPB_Graphics3D_API> enter(instance, true); in GetAttribMaxValue() local
37 EnterResourceCreation enter(instance); in Create() local
46 EnterResource<PPB_Graphics3D_API> enter(resource, false); in IsGraphics3D() local
52 EnterResource<PPB_Graphics3D_API> enter(context, true); in GetAttribs() local
60 EnterResource<PPB_Graphics3D_API> enter(context, true); in SetAttribs() local
68 EnterResource<PPB_Graphics3D_API> enter(context, true); in GetError() local
76 EnterResource<PPB_Graphics3D_API> enter(context, true); in ResizeBuffers() local
85 EnterResource<PPB_Graphics3D_API> enter(context, callback, true); in SwapBuffers() local
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_dce_cleanup.cpp45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()

12345678910>>...107