Home
last modified time | relevance | path

Searched refs:usesSampler (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp596 bool usesSampler(int i) const;
DShader.cpp1425 bool Shader::usesSampler(int index) const in usesSampler() function in sw::Shader
DVertexProgram.cpp1646 if(shader->usesSampler(i)) in sampleTexture()
DPixelProgram.cpp762 if(shader->usesSampler(i)) in sampleTexture()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.cpp1013 if(context->vertexShader->usesSampler(i)) in update()
DPixelProcessor.cpp1070 if(context->pixelShader->usesSampler(i)) in update()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3241 textureUsed = program->getPixelShader()->usesSampler(index); in applyTexture()
3245 textureUsed = program->getVertexShader()->usesSampler(index); in applyTexture()