Searched refs:mSetBufferCmds (Results 1 – 2 of 2) sorted by relevance
1021 mSetBufferCmds[shaderType] = static_cast<uint8_t>(CmdType::Invalid);1027 mSetBufferCmds[gl::ShaderType::Vertex] = static_cast<uint8_t>(CmdType::SetVertexBuffer);1028 mSetBufferCmds[gl::ShaderType::Fragment] = static_cast<uint8_t>(CmdType::SetFragmentBuffer);1532 mCommands.push(static_cast<CmdType>(mSetBufferCmds[shaderType]))
518 gl::ShaderMap<uint8_t> mSetBufferCmds; variable