OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hres
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propvarutil.h
97
HRESULT
hres
;
local
99
hres
= SHStrDupW(psz, &ppropvar->pwszVal);
100
if(SUCCEEDED(
hres
))
105
return
hres
;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h
580
HRESULT
hres
= this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped);
local
583
return
hres
;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
1504
HRESULT
hres
= factory->QueryInterface(riid, out_factory);
local
[
all
...]
Completed in 581 milliseconds