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

  /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;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h 721 HRESULT hRes;
    [all...]
  /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 377 milliseconds