/external/chromium_org/third_party/angle/samples/gles2_book/MultipleRenderTargets/ |
D | MultipleRenderTargets.c | 202 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw() 236 glViewport ( 0, 0, esContext->width/2, esContext->height/2 ); in Draw() 240 glViewport ( esContext->width/2, 0, esContext->width/2, esContext->height/2 ); in Draw() 244 glViewport ( 0, esContext->height/2, esContext->width/2, esContext->height/2 ); in Draw() 248 glViewport ( esContext->width/2, esContext->height/2, esContext->width/2, esContext->height/2 ); in Draw()
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | 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
|
/external/mesa3d/docs/ |
D | 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
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
D | forward_render_model.cc | 48 glViewport(0, 0, window_width, window_height); in ForwardRenderSimulator() 68 glViewport(0, 0, width, height); in Resize()
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testdyngl.c | 69 void(APIENTRY*glViewport)(GLint,GLint,GLsizei,GLsizei); 91 f->glViewport=get_funcaddr("glViewport"); in init_glfuncs() 146 f.glViewport(0,0,640,480); in main()
|
/external/chromium/webkit/glue/ |
D | gl_bindings_skia_cmd_buffer.cc | 95 glViewport, in BindSkiaToCommandBufferGL()
|
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/ |
D | Hello_Triangle.c | 160 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/ |
D | Simple_Texture2D.c | 135 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/ |
D | Simple_VertexShader.c | 128 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 144 glViewport @142
|
/external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/ |
D | Stencil_Test.c | 137 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/content/common/gpu/media/ |
D | rendering_helper.cc | 467 glViewport(x, y, thumbnail_size_.width(), thumbnail_size_.height()); in RenderTexture() 471 glViewport(0, 0, width, height); in RenderTexture() 498 glViewport(0, 0, width, height); in RenderTexture()
|
/external/chromium_org/third_party/angle/samples/gles2_book/PostSubBuffer/ |
D | PostSubBuffer.c | 138 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_chromium_framebuffer_multisample_unittest.cc | 129 glViewport(0, 0, width, height); in TEST_F()
|
/external/chromium_org/third_party/angle/samples/angle/Simple_Instancing/ |
D | Simple_Instancing.c | 159 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/ |
D | MultiTexture.c | 142 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/ |
D | Simple_TextureCubemap.c | 158 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 344 glViewport = glViewport@16
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 344 glViewport = glViewport@16
|
/external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/ |
D | TextureWrap.c | 175 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 106 interface->fViewport = glViewport; in CreateCommandBufferSkiaGLBinding()
|
/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/ |
D | ParticleSystem.c | 218 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
|
/external/chromium_org/ui/surface/ |
D | accelerated_surface_mac.cc | 176 glViewport(0, 0, rect.width(), rect.height()); in Clear()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 118 interface->fViewport = glViewport; in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 118 interface->fViewport = glViewport; in GrGLCreateNativeInterface()
|