Searched refs:SwapBuffersACK (Results 1 – 4 of 4) sorted by relevance
161 SwapBuffersACK(PP_OK); in ViewInitiatedPaint()331 SwapBuffersACK(PP_OK); in OnSwapBuffers()
57 void SwapBuffersACK(int32_t pp_error);
93 void PPB_Graphics3D_Shared::SwapBuffersACK(int32_t pp_error) { in SwapBuffersACK() function in ppapi::PPB_Graphics3D_Shared
363 static_cast<Graphics3D*>(enter.object())->SwapBuffersACK(pp_error); in OnMsgSwapBuffersACK()