Home
last modified time | relevance | path

Searched refs:D3DQUERYTYPE (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dquery9.h40 D3DQUERYTYPE type;
52 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE);
57 D3DQUERYTYPE);
62 D3DQUERYTYPE Type );
67 D3DQUERYTYPE NINE_WINAPI
Dquery9.c35 d3dquerytype_to_pipe_query(struct pipe_screen *screen, D3DQUERYTYPE type) in d3dquerytype_to_pipe_query()
62 nine_query_result_size(D3DQUERYTYPE type) in nine_query_result_size()
78 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE type) in nine_is_query_supported()
95 D3DQUERYTYPE Type ) in NineQuery9_ctor()
149 D3DQUERYTYPE NINE_WINAPI
311 D3DQUERYTYPE Type ) in NineQuery9_new()
Dnine_dump.h9 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE);
Ddevice9.h857 D3DQUERYTYPE Type,
Dnine_lock.c1946 D3DQUERYTYPE Type, in LockDevice9_CreateQuery()
2570 static D3DQUERYTYPE NINE_WINAPI
2573 D3DQUERYTYPE r;
Dnine_dump.c145 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE type) in nine_D3DQUERYTYPE_to_str()
Ddevice9.c4146 D3DQUERYTYPE Type, in NineDevice9_CreateQuery()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h46 D3DQUERYTYPE ConvertQueryType(gl::QueryType type);
DQuery9.cpp38 D3DQUERYTYPE d3dQueryType = gl_d3d9::ConvertQueryType(getType()); in begin()
Drenderer9_utils.cpp360 D3DQUERYTYPE ConvertQueryType(gl::QueryType type) in ConvertQueryType()
371 return static_cast<D3DQUERYTYPE>(0); in ConvertQueryType()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h46 D3DQUERYTYPE ConvertQueryType(gl::QueryType type);
DQuery9.cpp38 D3DQUERYTYPE d3dQueryType = gl_d3d9::ConvertQueryType(getType()); in begin()
Drenderer9_utils.cpp360 D3DQUERYTYPE ConvertQueryType(gl::QueryType type) in ConvertQueryType()
371 return static_cast<D3DQUERYTYPE>(0); in ConvertQueryType()
/third_party/mesa3d/include/D3D9/
Dd3d9.h276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0;
321 virtual D3DQUERYTYPE WINAPI GetType() = 0;
864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery…
1115 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQue…
1375 D3DQUERYTYPE (WINAPI *GetType)(IDirect3DQuery9 *This);
Dd3d9types.h741 } D3DQUERYTYPE; typedef