Searched refs:ValidateDevice (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.h | 63 bool ValidateDevice(const ValidationContext *val, const Device *device);
|
H A D | validationEGL.cpp | 2128 bool ValidateDevice(const ValidationContext *val, const Device *device) in ValidateDevice() function 2200 return ValidateDevice(nullptr, device) ? device : nullptr; in GetDeviceIfValid() 6008 ANGLE_VALIDATION_TRY(ValidateDevice(val, device)); in ValidateQueryDeviceAttribEXT() 6074 ANGLE_VALIDATION_TRY(ValidateDevice(val, device)); in ValidateQueryDeviceStringEXT()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 228 virtual HRESULT WINAPI ValidateDevice(DWORD *pNumPasses) = 0; 816 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9 *This, DWORD *pNumPasses); member 943 #define IDirect3DDevice9_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a) 1067 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9Ex *This, DWORD *pNumPasses); member 1210 #define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
|
Completed in 14 milliseconds