HomeSort by relevance Sort by last modified time
    Searched defs:ResizeBuffers (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ppapi/cpp/
graphics_3d.cc 66 int32_t Graphics3D::ResizeBuffers(int32_t width, int32_t height) {
70 return get_interface<PPB_Graphics3D_1_0>()->ResizeBuffers(
  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 225 * 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);
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 72 int32_t ResizeBuffers(PP_Resource context, int32_t width, int32_t height) {
73 VLOG(4) << "PPB_Graphics3D::ResizeBuffers()";
77 return enter.object()->ResizeBuffers(width, height);
96 &ResizeBuffers,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 47 int32_t PPB_Graphics3D_Shared::ResizeBuffers(int32_t width, int32_t height) {
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 65 int32_t Graphics3DResource::ResizeBuffers(int32_t width, int32_t height) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 651 * Thus, you should handle WM_SIZE and call ResizeBuffers to update the DXGI
    [all...]

Completed in 204 milliseconds