Home
last modified time | relevance | path

Searched refs:getCompilerOutputType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.h82 ShShaderOutput getCompilerOutputType() const;
DShaderD3D.cpp228 ShShaderOutput ShaderD3D::getCompilerOutputType() const in getCompilerOutputType() function in rx::ShaderD3D
DProgramD3D.cpp2641 ShShaderOutput outputType = shaderD3D->getCompilerOutputType(); in defineUniformBase()