Searched refs:CreateQuery (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Query.h | 43 void APIENTRY CreateQuery(D3D10DDI_HDEVICE hDevice,
|
H A D | Query.cpp | 91 * CreateQuery -- 93 * The CreateQuery function creates driver-side resources for a 101 CreateQuery(D3D10DDI_HDEVICE hDevice, // IN in CreateQuery() function
|
H A D | Device.cpp | 256 pDeviceFuncs->pfnCreateQuery = CreateQuery; in CreateDevice()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Query9.cpp | 41 HRESULT result = mRenderer->getDevice()->CreateQuery(d3dQueryType, &mQuery); in begin()
|
H A D | renderer9_utils.cpp | 719 SUCCEEDED(device->CreateQuery(D3DQUERYTYPE_OCCLUSION, &occlusionQuery)) && occlusionQuery; in GenerateCaps() 725 SUCCEEDED(device->CreateQuery(D3DQUERYTYPE_EVENT, &eventQuery)) && eventQuery; in GenerateCaps()
|
H A D | Renderer9.cpp | 870 HRESULT result = mDevice->CreateQuery(D3DQUERYTYPE_EVENT, outQuery); in allocateEventQuery()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Fence11.cpp | 34 HRESULT result = fence->mRenderer->getDevice()->CreateQuery(&queryDesc, &fence->mQuery); in FenceSetHelper()
|
H A D | ResourceManager11.cpp | 189 return device->CreateQuery(desc, resourceOut); in CreateResource()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0; 864 HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery); member 991 #define IDirect3DDevice9_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) 1115 HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery); member 1258 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b)
|
Completed in 30 milliseconds