Searched refs:stub (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d10/
H A Dd3d10.spec1 @ stub D3D10CompileEffectFromMemory
2 @ stub D3D10CompileShader
6 @ stub D3D10CreateEffectFromMemory
7 @ stub D3D10CreateEffectPoolFromMemory
8 @ stub D3D10CreateStateBlock
9 @ stub D3D10DisassembleEffect
10 @ stub D3D10DisassembleShader
16 @ stub D3D10GetShaderDebugInfo
17 @ stub D3D10GetVersion
19 @ stub D3D10PreprocessShade
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10/
H A Dd3d10.spec1 @ stub D3D10CompileEffectFromMemory
2 @ stub D3D10CompileShader
6 @ stub D3D10CreateEffectFromMemory
7 @ stub D3D10CreateEffectPoolFromMemory
8 @ stub D3D10CreateStateBlock
9 @ stub D3D10DisassembleEffect
10 @ stub D3D10DisassembleShader
16 @ stub D3D10GetShaderDebugInfo
17 @ stub D3D10GetVersion
19 @ stub D3D10PreprocessShade
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
H A Dd3d10_1.spec1 @ stub D3D10CompileShader
5 @ stub D3D10CreateEffectFromMemory
6 @ stub D3D10CreateEffectPoolFromMemory
7 @ stub D3D10CreateStateBlock
8 @ stub D3D10DisassembleEffect
9 @ stub D3D10DisassembleShader
15 @ stub D3D10GetShaderDebugInfo
16 @ stub D3D10GetVersion
18 @ stub D3D10PreprocessShader
19 @ stub D3D10ReflectShade
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
H A Dd3d10_1.spec1 @ stub D3D10CompileShader
5 @ stub D3D10CreateEffectFromMemory
6 @ stub D3D10CreateEffectPoolFromMemory
7 @ stub D3D10CreateStateBlock
8 @ stub D3D10DisassembleEffect
9 @ stub D3D10DisassembleShader
15 @ stub D3D10GetShaderDebugInfo
16 @ stub D3D10GetVersion
18 @ stub D3D10PreprocessShader
19 @ stub D3D10ReflectShade
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_glapi.c34 #include "mapi/stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local
175 const struct mapi_stub *stub; local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local
[all...]
H A Dstub.c36 #include "stub.h"
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local
77 stub_name = &public_string_pool[(unsigned long) stub->name];
83 * Return the public stub with the given name.
93 * Add a dynamic stub.
98 struct mapi_stub *stub; local
106 stub = &dynamic_stubs[idx];
109 stub->addr = entry_generate(
111 if (!stub->addr)
114 stub
131 struct mapi_stub *stub = NULL; local
157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) argument
177 stub_get_name(const struct mapi_stub *stub) argument
194 stub_get_slot(const struct mapi_stub *stub) argument
203 stub_get_addr(const struct mapi_stub *stub) argument
[all...]
H A Dstub.h46 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
49 stub_get_name(const struct mapi_stub *stub);
52 stub_get_slot(const struct mapi_stub *stub);
55 stub_get_addr(const struct mapi_stub *stub);
H A Dmapi.c35 #include "stub.h"
45 const struct mapi_stub *stub; local
47 stub = stub_find_public(name);
48 if (!stub) {
52 stub = dyn;
56 return stub;
100 const struct mapi_stub *stub; local
102 stub = get_stub(p, NULL);
104 if (!stub)
109 get_stub(p, stub);
129 const struct mapi_stub *stub; local
174 const struct mapi_stub *stub = mapi_stub_map[i]; local
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dmapi_glapi.c34 #include "mapi/stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local
175 const struct mapi_stub *stub; local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local
[all...]
H A Dstub.c36 #include "stub.h"
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local
77 stub_name = &public_string_pool[(unsigned long) stub->name];
83 * Return the public stub with the given name.
93 * Add a dynamic stub.
98 struct mapi_stub *stub; local
106 stub = &dynamic_stubs[idx];
109 stub->addr = entry_generate(
111 if (!stub->addr)
114 stub
131 struct mapi_stub *stub = NULL; local
157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) argument
177 stub_get_name(const struct mapi_stub *stub) argument
194 stub_get_slot(const struct mapi_stub *stub) argument
203 stub_get_addr(const struct mapi_stub *stub) argument
[all...]
H A Dstub.h46 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
49 stub_get_name(const struct mapi_stub *stub);
52 stub_get_slot(const struct mapi_stub *stub);
55 stub_get_addr(const struct mapi_stub *stub);
H A Dmapi.c35 #include "stub.h"
45 const struct mapi_stub *stub; local
47 stub = stub_find_public(name);
48 if (!stub) {
52 stub = dyn;
56 return stub;
100 const struct mapi_stub *stub; local
102 stub = get_stub(p, NULL);
104 if (!stub)
109 get_stub(p, stub);
129 const struct mapi_stub *stub; local
174 const struct mapi_stub *stub = mapi_stub_map[i]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/d3d11/
H A Dd3d11.spec1 @ stub D3D11CoreCreateDevice
2 @ stub D3D11CoreCreateLayeredDevice
3 @ stub D3D11CoreGetLayeredDeviceSize
4 @ stub D3D11CoreRegisterLayers
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d11/
H A Dd3d11.spec1 @ stub D3D11CoreCreateDevice
2 @ stub D3D11CoreCreateLayeredDevice
3 @ stub D3D11CoreGetLayeredDeviceSize
4 @ stub D3D11CoreRegisterLayers
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
H A Ddxgi.spec3 @ stub DXGID3D10CreateDevice
4 @ stub DXGID3D10RegisterLayers
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
H A Ddxgi.spec3 @ stub DXGID3D10CreateDevice
4 @ stub DXGID3D10RegisterLayers
/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_mac_unittest.cc49 MockInputStub stub; local
51 new NormalizingInputFilterMac(&stub));
57 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, true)));
58 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, false)));
67 MockInputStub stub; local
69 new NormalizingInputFilterMac(&stub));
74 EXPECT_CALL(stub, InjectKeyEvent(
76 EXPECT_CALL(stub, InjectKeyEvent(
87 MockInputStub stub; local
89 new NormalizingInputFilterMac(&stub));
148 MockInputStub stub; local
191 MockInputStub stub; local
220 MockInputStub stub; local
[all...]
H A Dnormalizing_input_filter_cros_unittest.cc80 MockInputStub stub; local
82 new NormalizingInputFilterCros(&stub));
87 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
88 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, false)));
90 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, true)));
91 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, false)));
101 MockInputStub stub; local
103 new NormalizingInputFilterCros(&stub));
108 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
109 EXPECT_CALL(stub, InjectKeyEven
123 MockInputStub stub; local
143 MockInputStub stub; local
163 MockInputStub stub; local
185 MockInputStub stub; local
209 MockInputStub stub; local
229 MockInputStub stub; local
256 MockInputStub stub; local
[all...]
/external/chromium_org/v8/src/
H A Dcode-factory.cc55 BinaryOpICStub stub(isolate, op, mode);
56 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
64 ToBooleanStub stub(isolate, mode, types);
65 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
71 ToNumberStub stub(isolate);
72 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
79 StringAddStub stub(isolat
[all...]
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_linux.cc12 GpuCommandBufferStub* stub,
21 manager, stub, surface.get()));
10 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_win.cc26 GpuCommandBufferStub* stub,
35 manager, stub, surface.get()));
24 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_android.cc38 GpuCommandBufferStub* stub,
62 GpuCommandBufferStub* stub,
77 GpuCommandBufferStub* stub,
80 : PassThroughImageTransportSurface(manager, stub, surface),
142 if (!GetHelper()->stub()->decoder() ||
143 !GetHelper()->stub()->decoder()->MakeCurrent())
150 GpuCommandBufferStub* stub,
152 : PassThroughImageTransportSurface(manager, stub, surface) {}
166 GpuCommandBufferStub* stub,
171 stub,
75 ImageTransportSurfaceAndroid( GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface, uint32 parent_client_id) argument
149 DirectSurfaceAndroid(GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface) argument
164 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dplatform_app.js62 * thrown by the stub (this is the name that the object is commonly referred
86 * thrown by the getter stub (this is the name that the object is commonly
93 var stub = generateDisabledMethodStub(objectName + '.' + propertyName,
95 stub._is_platform_app_disabled_getter = true;
99 get: stub,
104 // The stub getter is still defined. Blow-away the property to
128 * thrown by the setter stub (this is the name that the object is commonly
135 var stub = generateDisabledMethodStub(objectName + '.' + propertyName,
143 set: stub
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js67 sinon.stub(hostInstaller, 'isInstalled').returns(Promise.resolve(false));
85 sinon.stub(hostInstaller, 'isInstalled').returns(Promise.resolve(true));
103 sinon.stub(hostInstaller, 'download').returns(Promise.resolve(true));
128 sinon.stub(base, 'isAppsV2').returns(true);
129 sinon.stub(remoting.MessageWindow, 'showConfirmWindow')
131 sinon.stub(chrome.identity, 'getAuthToken')
134 sinon.stub(host, 'initialized').returns(true);
135 sinon.stub(host, 'connect')
137 sinon.stub(host, 'getAccessCode').returns('accessCode');
H A Dxmpp_connection_unittest.js25 sinon.stub(chrome.socket, 'create');
26 sinon.stub(chrome.socket, 'connect');
27 sinon.stub(chrome.socket, 'write');
28 sinon.stub(chrome.socket, 'read');
29 sinon.stub(chrome.socket, 'destroy');
30 sinon.stub(chrome.socket, 'secure');

Completed in 1001 milliseconds

1234567891011