Searched defs:ResizeBuffers (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_graphics_3d.h225 * ResizeBuffers before attempting to draw a frame.
235 * ResizeBuffers() resizes the backing surface for context.
249 int32_t (*ResizeBuffers)(PP_Resource context, int32_t width, int32_t height); member in struct:PPB_Graphics3D_1_0
/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d.cc66 int32_t Graphics3D::ResizeBuffers(int32_t width, int32_t height) { function in class:pp::Graphics3D
70 return get_interface<PPB_Graphics3D_1_0>()->ResizeBuffers(
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_3d_thunk.cc72 int32_t ResizeBuffers(PP_Resource context, int32_t width, int32_t height) { function in namespace:ppapi::thunk::__anon10279
73 VLOG(4) << "PPB_Graphics3D::ResizeBuffers()";
77 return enter.object()->ResizeBuffers(width, height);
96 &ResizeBuffers,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc65 int32_t Graphics3DResource::ResizeBuffers(int32_t width, int32_t height) { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc47 int32_t PPB_Graphics3D_Shared::ResizeBuffers(int32_t width, int32_t height) { function in class:ppapi::PPB_Graphics3D_Shared
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb, member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb, member in struct:dd_function_table
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
1302 virtual HRESULT STDMETHODCALLTYPE ResizeBuffers( function in struct:GalliumDXGISwapChain
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
1302 virtual HRESULT STDMETHODCALLTYPE ResizeBuffers( function in struct:GalliumDXGISwapChain

Completed in 254 milliseconds