HomeSort by relevance Sort by last modified time
    Searched refs:ps_event (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 25 #include "ppapi_simple/ps_event.h"
107 void HandleEvent(PSEvent* ps_event);
435 void Voronoi::HandleEvent(PSEvent* ps_event) {
437 if (0 != PSContext2DHandleEvent(ps_context_, ps_event))
439 if (ps_event->type == PSE_INSTANCE_HANDLEINPUT) {
441 pp::InputEvent event(ps_event->as_resource);
469 } else if (ps_event->type == PSE_INSTANCE_HANDLEMESSAGE) {
471 pp::Var var(ps_event->as_var);
528 PSEvent* ps_event; local
530 while ((ps_event = PSEventTryAcquire()) != NULL)
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 25 #include "ppapi_simple/ps_event.h"
101 void HandleEvent(PSEvent* ps_event);
414 void Voronoi::HandleEvent(PSEvent* ps_event) {
416 if (0 != PSContext2DHandleEvent(ps_context_, ps_event))
418 if (ps_event->type == PSE_INSTANCE_HANDLEINPUT) {
420 pp::InputEvent event(ps_event->as_resource);
440 } else if (ps_event->type == PSE_INSTANCE_HANDLEMESSAGE) {
442 pp::Var var(ps_event->as_var);
489 PSEvent* ps_event; local
491 while ((ps_event = PSEventTryAcquire()) != NULL)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 24 #include "ppapi_simple/ps_event.h"
104 void HandleEvent(PSEvent* ps_event);
245 void Life::HandleEvent(PSEvent* ps_event) {
247 if (0 != PSContext2DHandleEvent(ps_context_, ps_event)) {
252 switch(ps_event->type) {
255 pp::InputEvent event(ps_event->as_resource);
291 pp::Var var(ps_event->as_var);
510 PSEvent* ps_event; local
512 while ((ps_event = PSEventTryAcquire()) != NULL) {
513 life.HandleEvent(ps_event);
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 25 #include "ppapi_simple/ps_event.h"
183 void HandleEvent(PSEvent* ps_event);
683 void Planet::HandleEvent(PSEvent* ps_event) {
685 if (0 != PSContext2DHandleEvent(ps_context_, ps_event))
687 if (ps_event->type == PSE_INSTANCE_HANDLEINPUT) {
689 pp::InputEvent event(ps_event->as_resource);
738 } else if (ps_event->type == PSE_INSTANCE_HANDLEMESSAGE) {
740 pp::Var var(ps_event->as_var);
807 PSEvent* ps_event;
809 while ((ps_event = PSEventTryAcquire()) != NULL)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 25 #include "ppapi_simple/ps_event.h"
231 void HandleEvent(PSEvent* ps_event);
723 void Planet::HandleEvent(PSEvent* ps_event) {
725 if (0 != PSContext2DHandleEvent(ps_context_, ps_event))
727 if (ps_event->type == PSE_INSTANCE_HANDLEINPUT) {
729 pp::InputEvent event(ps_event->as_resource);
778 } else if (ps_event->type == PSE_INSTANCE_HANDLEMESSAGE) {
780 pp::Var var(ps_event->as_var);
847 PSEvent* ps_event;
849 while ((ps_event = PSEventTryAcquire()) != NULL)
    [all...]

Completed in 77 milliseconds