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

  /external/swiftshader/src/Shader/
VertexShader.hpp 41 bool containsTextureSampling() const;
VertexShader.cpp 155 bool VertexShader::containsTextureSampling() const
  /external/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 137 state.textureSampling = bytecodeShader->containsTextureSampling();
  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 929 state.textureSampling = context->vertexShader ? context->vertexShader->containsTextureSampling() : false;

Completed in 1382 milliseconds