Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp1289 constexpr const char *texcoordAttribName = "a_texcoord"; in getBlitProgram() local
1330 vsSourceStream << vsInputVariableQualifier << " vec2 " << texcoordAttribName << ";\n"; in getBlitProgram()
1337 vsSourceStream << " gl_Position = vec4((" << texcoordAttribName in getBlitProgram()
1339 vsSourceStream << " v_texcoord = " << texcoordAttribName in getBlitProgram()
1528 result.program, mTexcoordAttribLocation, texcoordAttribName)); in getBlitProgram()