Lines Matching refs:GL_ONE
303 blendConfigs[0].funcSrc = GL_ONE;
304 blendConfigs[0].funcDst = GL_ONE;
305 blendConfigs[1].funcSrc = GL_ONE;
308 blendConfigs[2].funcDst = GL_ONE;
318 blendConfigs[4].funcSrc = GL_ONE;
319 blendConfigs[4].funcDst = GL_ONE;
320 blendConfigs[5].funcSrc = GL_ONE;
323 blendConfigs[6].funcDst = GL_ONE;
333 blendConfigs[8].funcSrc = GL_ONE;
334 blendConfigs[8].funcDst = GL_ONE;
335 blendConfigs[9].funcSrc = GL_ONE;
338 blendConfigs[10].funcDst = GL_ONE;
1106 if (m_blendConfigList[m_blendIteration].funcSrc == GL_ONE)
1112 if (m_blendConfigList[m_blendIteration].funcDst == GL_ONE)
1204 if (m_blendConfigList[m_blendIteration].funcSrc == GL_ONE)
1205 src = "GL_ONE";
1208 if (m_blendConfigList[m_blendIteration].funcDst == GL_ONE)
1209 dst = "GL_ONE";