HomeSort by relevance Sort by last modified time
    Searched full:hres (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mdcommsg.h 10 #define HRESULTTOWIN32(hres) ((HRESULT_FACILITY(hres)==FACILITY_WIN32) ? HRESULT_CODE(hres) : (hres))
propvarutil.h 97 HRESULT hres; local
99 hres = SHStrDupW(psz, &ppropvar->pwszVal);
100 if(SUCCEEDED(hres))
105 return hres;
agterr.h 55 #define IS_INTERRUPT_ERROR(hRes) ((hRes >= AGENTREQERR_INTERRUPTEDLISTENKEY) && (hRes <= AGENTREQERR_INTERRUPTEDUSER))
wtsapi32.h 215 USHORT HRes;
237 USHORT HRes;
shdeprecated.h 312 virtual HRESULT WINAPI DisplayParseError(HRESULT hres,LPCWSTR pwszPath) = 0;
349 HRESULT (WINAPI *DisplayParseError)(IBrowserService *This,HRESULT hres,LPCWSTR pwszPath);
388 #define IBrowserService_DisplayParseError(This,hres,pwszPath) (This)->lpVtbl->DisplayParseError(This,hres,pwszPath)
429 HRESULT WINAPI IBrowserService_DisplayParseError_Proxy(IBrowserService *This,HRESULT hres,LPCWSTR pwszPath);
    [all...]
mfapi.h 530 HRESULT hres;
532 hres = pAttributes->GetUINT64(guidKey, &val);
533 if(SUCCEEDED(hres))
535 return hres;
    [all...]
wbemcli.h     [all...]
  /external/lzma/CPP/Common/
Types.h 8 typedef int HRes;
  /external/chromium_org/base/win/
resource_util.cc 30 HGLOBAL hres = LoadResource(module, hres_info); local
31 if (!hres)
34 void* resource = LockResource(hres);
  /external/chromium_org/printing/
print_settings_initializer_mac.cc 34 if (resolution.hRes > best_resolution.hRes)
38 int dpi = best_resolution.hRes;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Query9.cpp 93 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH); local
94 if (hres == S_OK)
108 else if (d3d9::isDeviceLostError(hres))
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 21 HRes Create()
  /external/lzma/CPP/7zip/Common/
StreamBinder.h 20 HRes CreateEvents();
StreamBinder.cpp 54 HRes CStreamBinder::CreateEvents()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 31 'hRes':'l', # horizontal pixels per inch
54 'hRes':22,
78 72<<16, 72<<16, # hRes, vRes
113 elif attr == 'hRes' or attr == 'vRes':
133 elif attr == 'hRes' or attr == 'vRes':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 91 'width', 'height', ('hRes', _tofixed, _fromfixed), ('vRes', _tofixed, _fromfixed),
  /external/deqp/framework/egl/
egluUtil.cpp 162 const EGLint hRes = querySurfaceInt(display, surface, EGL_HORIZONTAL_RESOLUTION);
165 if (hRes == EGL_UNKNOWN || vRes == EGL_UNKNOWN)
167 return tcu::IVec2(hRes, vRes);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 397 this.setResolution = function (hRes, wRes)
399 var res = wRes * hRes;
400 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) {
402 height = hRes;
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 375 this.setResolution = function (hRes, wRes)
377 var res = wRes * hRes;
378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) {
380 height = hRes;
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 148 const EGLint hRes = surface.getAttribute(EGL_HORIZONTAL_RESOLUTION);
151 if ((hRes <= 0 || vRes <= 0) && (hRes != EGL_UNKNOWN && vRes != EGL_UNKNOWN))
153 log << TestLog::Message << " Fail, invalid surface resolution " << hRes << "x" << vRes << TestLog::EndMessage;
  /external/chromium_org/third_party/mesa/src/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/gd3d11/
d3d11_objects.h 580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped); local
583 return hres;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 435 // max-hres (none or 2 byte)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1504 HRESULT hres = factory->QueryInterface(riid, out_factory); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1504 HRESULT hres = factory->QueryInterface(riid, out_factory); local
    [all...]

Completed in 3711 milliseconds

1 2