Searched refs:glViewport (Results 1 - 25 of 577) sorted by relevance

1234567891011>>

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcube.c67 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
H A Dclip.c78 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
H A Ddepthcue.c80 glViewport(0, 0, w, h);
H A Dsmooth.c73 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dclear-fbo.c51 glViewport(0, 0, width, height);
80 glViewport(0, 0, Width, Height);
112 glViewport(0, 0, Width, Height);
127 glViewport(0, 0, Width, Height);
H A Dclear-fbo-tex.c74 glViewport( 0, 0, width, height );
109 glViewport(0, 0, TexWidth, TexHeight);
136 glViewport(0, 0, Width, Height);
151 glViewport(0, 0, Width, Height);
H A Dtri-z-clip.c15 glViewport(0, 0, width, height);
H A Dtri-fbo-tex-mip.c66 glViewport(0, 0,
109 glViewport(0, 0, Width, Height);
145 glViewport(0, 0, width, height);
H A Dtri-fbo-tex.c66 glViewport(0, 0, TexWidth, TexHeight);
108 glViewport(0, 0, Width, Height);
144 glViewport(0, 0, width, height);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dline-sample.c131 glViewport(0*w, i*h, w, h);
133 glViewport(1*w, i*h, w, h);
135 glViewport(2*w, i*h, w, h);
137 glViewport(3*w, i*h, w, h);
H A Dshader-interp.c39 glViewport(0, 0, 300, 300);
43 glViewport(300, 0, 300, 300);
60 glViewport(0, 0, Width, Height);
92 glViewport(0, 0, width, height);
H A Dcopypixrate.c34 glViewport(0, 0, ImgWidth, ImgHeight);
62 glViewport(0, 0, WinWidth, WinHeight);
172 glViewport(0, 0, width, height);
H A Dfront-back-modes.c68 glViewport(0, 0, hw, WinHeight);
76 glViewport(hw, 0, WinWidth - hw, WinHeight);
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_resize_buffers.spec36 Mesa's glViewport command queries the current window size and updates
38 since most applications call glViewport in response to window size
41 In some situations, however, the application may not call glViewport
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_resize_buffers.spec36 Mesa's glViewport command queries the current window size and updates
38 since most applications call glViewport in response to window size
41 In some situations, however, the application may not call glViewport
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dshowbuffer.c74 glViewport(0, 0, winWidth, winHeight);
125 glViewport(0, 0, winWidth, winHeight);
177 glViewport(0, 0, winWidth, winHeight);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dwinpos.c67 glViewport(0, 0, (GLint)width, (GLint)height);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Degltri.c83 glViewport(0, 0, (GLint) width, (GLint) height);
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A Dpoint-position.c43 glViewport(0, 0, (GLint)width, (GLint)height);
H A Dtri-depth.c45 glViewport(0, 0, (GLint)width, (GLint)height);
H A Dtri-depth2.c47 glViewport(0, 0, (GLint)width, (GLint)height);
H A Dtri-depthwrite.c43 glViewport(0, 0, (GLint)width, (GLint)height);
H A Dtri-depthwrite2.c43 glViewport(0, 0, (GLint)width, (GLint)height);
H A Dtri-param.c42 glViewport(0, 0, (GLint)width, (GLint)height);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Didentity.c41 glViewport(0, 0, width, height);

Completed in 10 milliseconds

1234567891011>>