Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc117 int positionHandle = glGetAttribLocation(_program, "aPosition"); in Setup() local
119 if (positionHandle == -1) { in Setup()
136 glVertexAttribPointer(positionHandle, 3, GL_FLOAT, false, in Setup()
140 glEnableVertexAttribArray(positionHandle); in Setup()