Searched refs:pixelShaderKeyIndex (Results 1 – 1 of 1) sorted by relevance
1150 for (size_t pixelShaderKeyIndex = 0; pixelShaderKeyIndex < pixelShaderKeySize; in load() local1151 pixelShaderKeyIndex++) in load()1153 stream->readInt(&mPixelShaderKey[pixelShaderKeyIndex].type); in load()1154 stream->readString(&mPixelShaderKey[pixelShaderKeyIndex].name); in load()1155 stream->readString(&mPixelShaderKey[pixelShaderKeyIndex].source); in load()1156 stream->readInt(&mPixelShaderKey[pixelShaderKeyIndex].outputLocation); in load()1157 stream->readInt(&mPixelShaderKey[pixelShaderKeyIndex].outputIndex); in load()1439 for (size_t pixelShaderKeyIndex = 0; pixelShaderKeyIndex < pixelShaderKey.size(); in save() local1440 pixelShaderKeyIndex++) in save()1442 const PixelShaderOutputVariable &variable = pixelShaderKey[pixelShaderKeyIndex]; in save()