Searched defs:offsetLoc (Results 1 – 8 of 8) sorted by relevance
16 const offsetLoc = size + paddingSize(size, width) + index * width; constant
164 val offsetLoc: Int = bufSize + paddingBytes(bufSize, byteWidth) + elemIndex * byteWidth in elemWidth() constant
641 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local935 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
457 const int32_t offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local
551 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local
783 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local
405 GLuint SharedData::offsetLoc() const in offsetLoc() function in glcts::__anon8e6d32480111::SharedData
11085 GLint offsetLoc = glGetUniformLocation(program, "offset"); in TEST_P() local