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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.h 56 struct ClearShader
62 ClearShader mFloatClearShader;
63 ClearShader mUintClearShader;
64 ClearShader mIntClearShader;
67 static ClearShader CreateClearShader(ID3D11Device *device, DXGI_FORMAT colorType, const BYTE (&vsByteCode)[vsSize], const BYTE (&psByteCode)[psSize]);
Clear11.cpp 57 Clear11::ClearShader Clear11::CreateClearShader(ID3D11Device *device, DXGI_FORMAT colorType, const BYTE (&vsByteCode)[vsSize], const BYTE (&psByteCode)[psSize])
61 ClearShader shader = { 0 };
371 const ClearShader* shader = NULL;

Completed in 97 milliseconds