Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp2420 const CPVRTHash EffectCommands[] = in ParseEffect() local
2431 …PVRTCOMPILEASSERT(EffectCommands, sizeof(EffectCommands) / sizeof(EffectCommands[0]) == eCmds_Size… in ParseEffect()
2448 if(Cmd == EffectCommands[eCmds_Annotation]) in ParseEffect()
2467 else if(Cmd == EffectCommands[eCmds_VertexShader]) in ParseEffect()
2486 else if(Cmd == EffectCommands[eCmds_FragmentShader]) in ParseEffect()
2505 else if(Cmd == EffectCommands[eCmds_Texture]) in ParseEffect()
2530 else if(Cmd == EffectCommands[eCmds_Uniform]) in ParseEffect()
2537 else if(Cmd == EffectCommands[eCmds_Attribute]) in ParseEffect()
2543 else if(Cmd == EffectCommands[eCmds_Name]) in ParseEffect()
2561 else if(Cmd == EffectCommands[eCmds_Target]) in ParseEffect()