Home
last modified time | relevance | path

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

/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp28 void gReshape(int width, int height);
134 gReshape(width, height); in AttachedToWindow()
149 gReshape(width,height); in FrameResized()
218 void SampleGLView::gReshape(int width, int height) in gReshape() function in SampleGLView