Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h56 bool isSamplerType(GLenum type);
DglUtils.cpp25 bool isSamplerType(GLenum type) { in isSamplerType() function
DGLSharedGroup.cpp234 .isSampler = isSamplerType(m_Indexes[i].type), in compileValidationInfo()