Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc326 static void InitializeTexture(int name, int id, int width, int height) { in InitializeTexture() function
346 InitializeTexture(GL_TEXTURE0, _textureIds[0], width, height); in SetupTextures()
347 InitializeTexture(GL_TEXTURE1, _textureIds[1], width / 2, height / 2); in SetupTextures()
348 InitializeTexture(GL_TEXTURE2, _textureIds[2], width / 2, height / 2); in SetupTextures()
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.mm245 static void InitializeTexture(int name, int id, int width, int height) { function
272 InitializeTexture(GL_TEXTURE0, texture_ids_[0], width, height);
273 InitializeTexture(GL_TEXTURE1, texture_ids_[1], width / 2, height / 2);
274 InitializeTexture(GL_TEXTURE2, texture_ids_[2], width / 2, height / 2);
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirect3DContentProvider.h28 HRESULT InitializeTexture(_In_ const DrawingSurfaceSizeF* size);
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirect3DContentProvider.h28 HRESULT InitializeTexture(_In_ const DrawingSurfaceSizeF* size);