Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h37 bool IsSamplerUniform(GLenum type);
DProgram.cpp732 if(targetUniform->type == GL_INT || IsSamplerUniform(targetUniform->type)) in setUniform1iv()
1739 if(IsSamplerUniform(glslUniform.type)) in defineUniform()
2376 if(IsSamplerUniform(targetUniform->type)) in applyUniform1iv()
2478 if(IsSamplerUniform(targetUniform->type)) in applyUniform1uiv()
Dutilities.cpp165 bool IsSamplerUniform(GLenum type) in IsSamplerUniform() function