Searched refs:mSetSamplerCmds (Results 1 – 2 of 2) sorted by relevance
1024 mSetSamplerCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid);1041 mSetSamplerCmds[gl::ShaderType::Vertex] = static_cast<uint8_t>(CmdType::SetVertexSamplerState);1042 mSetSamplerCmds[gl::ShaderType::Fragment] =1587 mCommands.push(static_cast<CmdType>(mSetSamplerCmds[shaderType]))
522 gl::ShaderMap<uint8_t> mSetSamplerCmds; variable