Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare2.c55 InitGL (int Width, int Height) // We call this right after our OpenGL window is created. in InitGL() function
342 InitGL (640, 480); in main()
Dsdlshare.c153 InitGL (int width, int height) // We call this right after our OpenGL window is created. in InitGL() function
424 if (!InitGL (640, 480)) in sdl_event_loop()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshader.c335 void InitGL(int Width, int Height) /* We call this right after our OpenGL window… in InitGL() function
457 InitGL(640, 480); in main()