Home
last modified time | relevance | path

Searched refs:glViewport (Results 1 – 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/angle/samples/gles2_book/MultipleRenderTargets/
DMultipleRenderTargets.c202 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/
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
/external/mesa3d/docs/
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
/external/chromium_org/gpu/tools/compositor_model_bench/
Dforward_render_model.cc48 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/
Dtestdyngl.c69 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/
Dgl_bindings_skia_cmd_buffer.cc95 glViewport, in BindSkiaToCommandBufferGL()
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/
DHello_Triangle.c160 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/
DSimple_Texture2D.c135 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/
DSimple_VertexShader.c128 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def144 glViewport @142
/external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
DStencil_Test.c137 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/content/common/gpu/media/
Drendering_helper.cc467 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/
DPostSubBuffer.c138 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_chromium_framebuffer_multisample_unittest.cc129 glViewport(0, 0, width, height); in TEST_F()
/external/chromium_org/third_party/angle/samples/angle/Simple_Instancing/
DSimple_Instancing.c159 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/
DMultiTexture.c142 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
DSimple_TextureCubemap.c158 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def344 glViewport = glViewport@16
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def344 glViewport = glViewport@16
/external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
DTextureWrap.c175 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/gpu/skia_bindings/
Dgl_bindings_skia_cmd_buffer.cc106 interface->fViewport = glViewport; in CreateCommandBufferSkiaGLBinding()
/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/
DParticleSystem.c218 glViewport ( 0, 0, esContext->width, esContext->height ); in Draw()
/external/chromium_org/ui/surface/
Daccelerated_surface_mac.cc176 glViewport(0, 0, rect.width(), rect.height()); in Clear()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp118 interface->fViewport = glViewport; in GrGLCreateNativeInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp118 interface->fViewport = glViewport; in GrGLCreateNativeInterface()

1234