Home
last modified time | relevance | path

Searched refs:attribNameStr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp103 std::stringstream attribNameStr; in TEST_P() local
104 attribNameStr << "a" << attribIndex; in TEST_P()
105 std::string attribName = attribNameStr.str(); in TEST_P()
DBufferDataTest.cpp1368 std::stringstream attribNameStr; in TEST_P() local
1369 attribNameStr << "attrib" << bufferIndex; in TEST_P()
1371 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P()
1390 std::stringstream attribNameStr; in TEST_P() local
1391 attribNameStr << "attrib" << bufferIndex; in TEST_P()
1392 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P()