HomeSort by relevance Sort by last modified time
    Searched refs:hRes (Results 1 - 9 of 9) sorted by null

  /external/python/cpython2/Mac/Demo/imgbrowse/
mac_image.py 35 hRes, vRes, \
45 print 'resolution: %f x %f'%(float(hRes)/0x10000, float(vRes)/0x10000)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agterr.h 55 #define IS_INTERRUPT_ERROR(hRes) ((hRes >= AGENTREQERR_INTERRUPTEDLISTENKEY) && (hRes <= AGENTREQERR_INTERRUPTEDUSER))
wbemcli.h 721 HRESULT hRes;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp 385 HRESULT hRes;
418 hRes = pContext->pDev->CreateBuffer(&sVBBufferDesc, NULL, &psMesh->pivb) != S_OK;
420 if(FAILED(hRes))
429 hRes = pDeviceContext->Map(psMesh->pivb, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data);
431 if(FAILED(hRes))
498 HRESULT hRes;
525 hRes = pContext->pDev->CreateBuffer(&sIdxBuferDesc, NULL, &psVol->piib) != S_OK;
527 if(FAILED(hRes)) {
648 HRESULT hRes;
669 hRes = pDeviceContext->Map(psVol->piib, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data)
    [all...]
  /external/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/framework/egl/
egluUtil.cpp 218 const EGLint hRes = querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION);
221 if (hRes == EGL_UNKNOWN || vRes == EGL_UNKNOWN)
223 return tcu::IVec2(hRes, vRes);
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 150 const EGLint hRes = eglu::querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION);
153 if ((hRes <= 0 || vRes <= 0) && (hRes != EGL_UNKNOWN && vRes != EGL_UNKNOWN))
155 log << TestLog::Message << " Fail, invalid surface resolution " << hRes << "x" << vRes << TestLog::EndMessage;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 589 milliseconds