HomeSort by: relevance | last modified time | path
    Searched refs:glViewport (Results 1 - 25 of 574) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
cube.c 67 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
clip.c 78 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
depthcue.c 80 glViewport(0, 0, w, h);
smooth.c 73 glViewport (0, 0, (GLsizei) w, (GLsizei) h);
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
clear-fbo.c 51 glViewport(0, 0, width, height);
80 glViewport(0, 0, Width, Height);
112 glViewport(0, 0, Width, Height);
127 glViewport(0, 0, Width, Height);
clear-fbo-tex.c 74 glViewport( 0, 0, width, height );
109 glViewport(0, 0, TexWidth, TexHeight);
136 glViewport(0, 0, Width, Height);
151 glViewport(0, 0, Width, Height);
tri-z-clip.c 15 glViewport(0, 0, width, height);
tri-fbo-tex-mip.c 66 glViewport(0, 0,
109 glViewport(0, 0, Width, Height);
145 glViewport(0, 0, width, height);
tri-fbo-tex.c 66 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/
line-sample.c 131 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);
shader-interp.c 39 glViewport(0, 0, 300, 300);
43 glViewport(300, 0, 300, 300);
60 glViewport(0, 0, Width, Height);
92 glViewport(0, 0, width, height);
copypixrate.c 34 glViewport(0, 0, ImgWidth, ImgHeight);
62 glViewport(0, 0, WinWidth, WinHeight);
172 glViewport(0, 0, width, height);
front-back-modes.c 68 glViewport(0, 0, hw, WinHeight);
76 glViewport(hw, 0, WinWidth - hw, WinHeight);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_resize_buffers.spec 36 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.old/dist/docs/specs/OLD/
MESA_resize_buffers.spec 36 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/
showbuffer.c 74 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/
winpos.c 67 glViewport(0, 0, (GLint)width, (GLint)height);
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
egltri.c 83 glViewport(0, 0, (GLint) width, (GLint) height);
  /xsrc/external/mit/mesa-demos/dist/src/fp/
point-position.c 43 glViewport(0, 0, (GLint)width, (GLint)height);
tri-depth.c 45 glViewport(0, 0, (GLint)width, (GLint)height);
tri-depth2.c 47 glViewport(0, 0, (GLint)width, (GLint)height);
tri-depthwrite.c 43 glViewport(0, 0, (GLint)width, (GLint)height);
tri-depthwrite2.c 43 glViewport(0, 0, (GLint)width, (GLint)height);
tri-param.c 42 glViewport(0, 0, (GLint)width, (GLint)height);
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
identity.c 41 glViewport(0, 0, width, height);

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>