Searched refs:stub (Results 1 - 25 of 283) 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 Dmac_key_event_processor_unittest.cc48 MockInputStub stub; local
49 MacKeyEventProcessor processor(&stub);
55 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, true)));
56 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, false)));
65 MockInputStub stub; local
66 MacKeyEventProcessor processor(&stub);
71 EXPECT_CALL(stub, InjectKeyEvent(
73 EXPECT_CALL(stub, InjectKeyEvent(
84 MockInputStub stub; local
85 MacKeyEventProcessor processor(&stub);
144 MockInputStub stub; local
186 MockInputStub stub; local
214 MockInputStub stub; local
[all...]
/external/chromium_org/chrome_frame/
H A Dfunction_stub.cc87 void FunctionStub::Init(FunctionStubAsm* stub) { argument
88 DCHECK(stub != NULL);
90 stub->jump_to_bypass_ = JUMP_IND;
91 stub->bypass_target_addr_ = reinterpret_cast<uintptr_t>(&bypass_address_);
92 stub->pop_return_addr_ = POP_EAX;
93 stub->push_ = PUSH_IND;
94 stub->arg_addr_ = reinterpret_cast<uintptr_t>(&argument_);
95 stub->push_return_addr_ = PUSH_EAX;
96 stub->jump_to_target = JUMP_IND;
97 stub
111 FunctionStub* stub = local
139 Destroy(FunctionStub* stub) argument
[all...]
H A Dvtable_patch_manager.cc91 FunctionStub* stub = NULL; local
94 stub = FunctionStub::FromCode(original_fn);
95 if (stub != NULL) {
97 DCHECK(stub->destination_function() ==
104 stub = FunctionStub::Create(reinterpret_cast<uintptr_t>(original_fn),
106 if (!stub) {
127 stub->set_argument(reinterpret_cast<uintptr_t>(original_fn));
129 reinterpret_cast<void**>(&vtable[it->index_]), stub->code(),
139 FunctionStub::Destroy(stub);
140 stub
[all...]
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc17 GpuCommandBufferStub* stub,
23 stub->surface_id());
33 manager, stub, surface.get(), false));
15 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
H A Dimage_transport_surface_linux.cc12 GpuCommandBufferStub* stub,
22 manager, stub, surface.get(), handle.is_transport()));
10 CreateNativeSurface( GpuChannelManager* manager, GpuCommandBufferStub* stub, const gfx::GLSurfaceHandle& handle) argument
/external/chromium/chrome/browser/chromeos/cros/
H A Dlibcros_service_library.h24 static LibCrosServiceLibrary* GetImpl(bool stub);
H A Dtouchpad_library.h24 static TouchpadLibrary* GetImpl(bool stub);
H A Dtouchpad_library.cc49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) { argument
50 if (stub)
H A Dbrightness_library.h27 static BrightnessLibrary* GetImpl(bool stub);

Completed in 345 milliseconds

1234567891011>>