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

12345678910

/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.cc66 MockInputStub stub; local
68 new NormalizingInputFilterCros(&stub));
73 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
74 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, false)));
76 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, true)));
77 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbRightOsKey, false)));
87 MockInputStub stub; local
89 new NormalizingInputFilterCros(&stub));
94 EXPECT_CALL(stub, InjectKeyEvent(EqualsKeyEvent(kUsbLeftOsKey, true)));
95 EXPECT_CALL(stub, InjectKeyEven
109 MockInputStub stub; local
129 MockInputStub stub; local
149 MockInputStub stub; local
171 MockInputStub stub; local
195 MockInputStub stub; local
[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),
141 if (!GetHelper()->stub()->decoder() ||
142 !GetHelper()->stub()->decoder()->MakeCurrent())
149 GpuCommandBufferStub* stub,
151 : PassThroughImageTransportSurface(manager, stub, surface) {}
165 GpuCommandBufferStub* stub,
170 stub,
75 ImageTransportSurfaceAndroid( GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface, uint32 parent_client_id) argument
148 DirectSurfaceAndroid(GpuChannelManager* manager, GpuCommandBufferStub* stub, gfx::GLSurface* surface) argument
163 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/sync/api/attachments/
H A Dattachment_service_proxy_unittest.cc25 // A stub implementation of AttachmentService that counts the number of times
109 stub_thread.reset(new base::Thread("attachment service stub thread"));
111 stub.reset(new StubAttachmentService);
113 stub->AsWeakPtr()));
134 // We must take care to call the stub's destructor on the stub_thread
136 if (stub) {
137 stub_thread->message_loop()->DeleteSoon(FROM_HERE, stub.release());
172 scoped_ptr<StubAttachmentService> stub; member in class:syncer::AttachmentServiceProxyTest
191 // don't take callbacks) are invoked on the stub.
196 EXPECT_EQ(2, stub
[all...]
/external/chromium_org/content/worker/
H A Dworker_thread.h30 // Invoked from stub constructors/destructors. Stubs own themselves.
31 void AddWorkerStub(WebSharedWorkerStub* stub);
32 void RemoveWorkerStub(WebSharedWorkerStub* stub);
/external/chromium_org/net/websockets/
H A Dwebsocket_deflate_stream_test.cc281 // ReadFrameStub is a stub for WebSocketStream::ReadFrames.
315 // WriteFramesStub is a stub for WebSocketStream::WriteFrames.
361 ReadFramesStub stub(OK, &frames_to_output);
367 .WillOnce(Invoke(&stub, &ReadFramesStub::Call));
379 ReadFramesStub stub(ERR_IO_PENDING);
388 .WillOnce(Invoke(&stub, &ReadFramesStub::Call));
397 AppendTo(stub.frames_passed(),
401 stub.callback().Run(OK);
410 ReadFramesStub stub(ERR_IO_PENDING);
419 .WillOnce(Invoke(&stub,
[all...]

Completed in 622 milliseconds

12345678910