HomeSort by relevance Sort by last modified time
    Searched full:graphic_2d (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.cc 33 if (ctx->graphic_2d) {
34 PSInterfaceCore()->ReleaseResource(ctx->graphic_2d);
35 ctx->graphic_2d = 0;
56 PSInterfaceCore()->ReleaseResource(ctx->graphic_2d);
62 ctx->graphic_2d =
67 if (ctx->graphic_2d) {
70 ctx->graphic_2d);
91 // implemented the suggested image/graphic_2d use specified in the
127 PSInterfaceGraphics2D()->ReplaceContents(ctx->graphic_2d, ctx->image);
128 PSInterfaceGraphics2D()->Flush(ctx->graphic_2d, PP_BlockUntilComplete())
    [all...]
ps_context_2d.h 25 PP_Resource graphic_2d; member in struct:__anon12961

Completed in 59 milliseconds