HomeSort by relevance Sort by last modified time
    Searched refs:D3DQUERYTYPE (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
query9.h 40 D3DQUERYTYPE type;
52 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE);
57 D3DQUERYTYPE);
62 D3DQUERYTYPE Type );
67 D3DQUERYTYPE NINE_WINAPI
nine_dump.h 9 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE);
query9.c 35 d3dquerytype_to_pipe_query(struct pipe_screen *screen, D3DQUERYTYPE type)
62 nine_query_result_size(D3DQUERYTYPE type)
78 nine_is_query_supported(struct pipe_screen *screen, D3DQUERYTYPE type)
95 D3DQUERYTYPE Type )
149 D3DQUERYTYPE NINE_WINAPI
311 D3DQUERYTYPE Type )
nine_lock.c     [all...]
device9.h 842 D3DQUERYTYPE Type,
nine_dump.c 145 const char *nine_D3DQUERYTYPE_to_str(D3DQUERYTYPE type)
device9.c     [all...]
  /external/swiftshader/src/D3D9/
Direct3DQuery9.hpp 31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
42 D3DQUERYTYPE __stdcall GetType() override;
50 const D3DQUERYTYPE type;
Direct3DQuery9.cpp 26 Direct3DQuery9::Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type) : device(device), type(type)
99 D3DQUERYTYPE Direct3DQuery9::GetType()
Direct3DDevice9Ex.hpp 175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
Direct3DDevice9.hpp 75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
Direct3DDevice9Ex.cpp 166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query)
168 TRACE("D3DQUERYTYPE type = %d, IDirect3DQuery9 **query = 0x%0.8p", type, query);
    [all...]
Direct3DDevice9.cpp 716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query)
720 TRACE("D3DQUERYTYPE type = %d, IDirect3DQuery9 **query = 0x%0.8p", type, query);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 781 D3DQUERYTYPE QueryType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h 311 } D3DQUERYTYPE;
    [all...]
d3d9.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 741 } D3DQUERYTYPE;
    [all...]
d3d9.h 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0;
321 virtual D3DQUERYTYPE WINAPI GetType() = 0;
    [all...]

Completed in 151 milliseconds