Searched refs:pSyncQuery (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h351 IDirect3DQuery9* pSyncQuery; member in class:D3DContext
H A DD3DContext.cpp225 pSyncQuery = NULL;
261 SAFE_RELEASE(pSyncQuery);
412 if (pSyncQuery == NULL) {
414 if (FAILED(pd3dDevice->CreateQuery(D3DQUERYTYPE_EVENT, &pSyncQuery))) {
417 pSyncQuery = NULL;
678 if (pSyncQuery != NULL) {
681 (res = pSyncQuery->GetData(NULL, 0, D3DGETDATA_FLUSH))) ;

Completed in 1033 milliseconds