Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexShader.hpp41 bool containsTextureSampling() const;
DVertexShader.cpp155 bool VertexShader::containsTextureSampling() const in containsTextureSampling() function in sw::VertexShader
/external/swiftshader/src/Renderer/
DVertexProcessor.cpp920 …state.textureSampling = context->vertexShader ? context->vertexShader->containsTextureSampling() :… in update()