Searched defs:InitializeTexture (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc326 static void InitializeTexture(int name, int id, int width, int height) { function in namespace:webrtc
346 InitializeTexture(GL_TEXTURE0, _textureIds[0], width, height);
347 InitializeTexture(GL_TEXTURE1, _textureIds[1], width / 2, height / 2);
348 InitializeTexture(GL_TEXTURE2, _textureIds[2], width / 2, height / 2);

Completed in 72 milliseconds