Home
last modified time | relevance | path

Searched refs:getShaderOutputType (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DCompiler.h40 ShShaderOutput getShaderOutputType() const { return mOutputType; } in getShaderOutputType() function
65 ShShaderOutput getShaderOutputType() const;
DCompiler.cpp386 ShShaderOutput ShCompilerInstance::getShaderOutputType() const in getShaderOutputType() function in gl::ShCompilerInstance
DShader.cpp417 const ShShaderOutput outputType = mCompilingState->shCompilerInstance.getShaderOutputType(); in resolveCompile()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.cpp295 mCompilerOutputType = compiler->getShaderOutputType(); in compile()