OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResizeBuffers
(Results
1 - 8
of
8
) 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
74
int32_t
ResizeBuffers
(PP_Resource context, int32_t width, int32_t height) {
75
VLOG(4) << "PPB_Graphics3D::
ResizeBuffers
()";
79
return enter.object()->
ResizeBuffers
(width, height);
98
&
ResizeBuffers
,
/external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc
49
int32_t PPB_Graphics3D_Shared::
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 878 milliseconds