Home | History | Annotate | Download | only in functional

Lines Matching refs:getAttribLocation

346 	const GLuint				posLoc			= gl.getAttribLocation(program.getProgram(), "a_position");
434 m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position");
794 m_samplerProgramPosLoc = gl.getAttribLocation(m_samplerProgram->getProgram(), "a_position");
826 m_alphaProgramPosLoc = gl.getAttribLocation(m_alphaProgram->getProgram(), "a_position");
1368 const int posLocation = gl.getAttribLocation(m_drawShader->getProgram(), "a_position");
1449 const int posLocation = gl.getAttribLocation(m_samplerShader->getProgram(), "a_position");