Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:mQuery

18     mQuery = NULL;
25 if (mQuery != NULL)
27 mQuery->Release();
28 mQuery = NULL;
36 return mQuery != NULL;
41 if (mQuery != NULL)
43 mQuery->Release();
44 mQuery = NULL;
47 if (FAILED(getDevice()->CreateQuery(D3DQUERYTYPE_EVENT, &mQuery)))
52 HRESULT result = mQuery->Issue(D3DISSUE_END);
61 if (mQuery == NULL)
66 HRESULT result = mQuery->GetData(NULL, 0, D3DGETDATA_FLUSH);
80 if (mQuery == NULL)
93 if (mQuery == NULL)
111 HRESULT result = mQuery->GetData(NULL, 0, 0);