Searched defs:offsetLoc (Results 1 – 7 of 7) sorted by relevance
16 const offsetLoc = size + paddingSize(size, width) + index * width; constant
157 val offsetLoc: Int = bufSize + paddingBytes(bufSize, byteWidth) + elemIndex * byteWidth in elemWidth() constant
619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
444 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local
524 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local
762 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local
389 GLuint SharedData::offsetLoc () const in offsetLoc() function in glcts::__anon622c37520111::SharedData