Home
last modified time | relevance | path

Searched defs:attribLocation (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/perf_tests/
DPreRotationPerf.cpp137 GLint attribLocation = glGetAttribLocation(mProgram, "positionIn"); in drawBenchmark() local
DUniformsPerf.cpp251 GLint attribLocation = glGetAttribLocation(mPrograms[0], "pos"); in initializeBenchmark() local
/external/angle/src/tests/gl_tests/
DBufferDataTest.cpp1104 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
1125 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
DTransformFeedbackTest.cpp841 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local
914 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local
3650 GLint attribLocation = glGetAttribLocation(prog, "attrib"); in TEST_P() local
DProgramBinaryTest.cpp185 GLint attribLocation = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in TEST_P() local