Searched defs:attribLocation (Results 1 – 5 of 5) sorted by relevance
137 GLint attribLocation = glGetAttribLocation(mProgram, "positionIn"); in drawBenchmark() local
251 GLint attribLocation = glGetAttribLocation(mPrograms[0], "pos"); in initializeBenchmark() local
1104 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local1125 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
841 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local914 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local3650 GLint attribLocation = glGetAttribLocation(prog, "attrib"); in TEST_P() local
185 GLint attribLocation = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in TEST_P() local