Searched refs:shaderID (Results 1 – 1 of 1) sorted by relevance
46 public ShaderData(int shaderID, in ShaderData() argument51 mShaderID = shaderID; in ShaderData()199 public void apply(WireBuffer buffer, int shaderID, int shaderTextId, in apply() argument204 buffer.writeInt(shaderID); in apply()247 int shaderID = buffer.readInt(); in read() local295 operations.add(new ShaderData(shaderID, shaderTextId, in read()