Searched refs:hRes (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Mac/Demo/imgbrowse/ |
D | mac_image.py | 35 hRes, vRes, \ 45 print 'resolution: %f x %f'%(float(hRes)/0x10000, float(vRes)/0x10000)
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTShadowVol.cpp | 385 HRESULT hRes; in PVRTShadowVolMeshInitMesh() local 418 hRes = pContext->pDev->CreateBuffer(&sVBBufferDesc, NULL, &psMesh->pivb) != S_OK; in PVRTShadowVolMeshInitMesh() 420 if(FAILED(hRes)) in PVRTShadowVolMeshInitMesh() 429 hRes = pDeviceContext->Map(psMesh->pivb, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data); in PVRTShadowVolMeshInitMesh() 431 if(FAILED(hRes)) in PVRTShadowVolMeshInitMesh() 498 HRESULT hRes; in PVRTShadowVolMeshInitVol() local 525 hRes = pContext->pDev->CreateBuffer(&sIdxBuferDesc, NULL, &psVol->piib) != S_OK; in PVRTShadowVolMeshInitVol() 527 if(FAILED(hRes)) { in PVRTShadowVolMeshInitVol() 648 HRESULT hRes; in PVRTShadowVolSilhouetteProjectedBuild() local 669 hRes = pDeviceContext->Map(psVol->piib, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data); in PVRTShadowVolSilhouetteProjectedBuild() [all …]
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 375 this.setResolution = function (hRes, wRes) argument 377 var res = wRes * hRes; 378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) { 380 height = hRes;
|
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 227 const EGLint hRes = querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION); in getSurfaceResolution() local 230 if (hRes == EGL_UNKNOWN || vRes == EGL_UNKNOWN) in getSurfaceResolution() 232 return tcu::IVec2(hRes, vRes); in getSurfaceResolution()
|
/external/deqp/modules/egl/ |
D | teglQuerySurfaceTests.cpp | 150 const EGLint hRes = eglu::querySurfaceInt(egl, display, surface, EGL_HORIZONTAL_RESOLUTION); in checkCommonAttributes() local 153 if ((hRes <= 0 || vRes <= 0) && (hRes != EGL_UNKNOWN && vRes != EGL_UNKNOWN)) in checkCommonAttributes() 155 …log << TestLog::Message << " Fail, invalid surface resolution " << hRes << "x" << vRes << TestL… in checkCommonAttributes()
|