Searched refs:graphic_2d (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.cc33 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_BlockUntilComplet
[all...]
H A Dps_context_2d.h25 PP_Resource graphic_2d; member in struct:__anon8930

Completed in 888 milliseconds