HomeSort by relevance Sort by last modified time
    Searched defs:IsBoundGraphics (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 36 bool Graphics3DResource::IsBoundGraphics() const {
39 return plugin_instance && plugin_instance->IsBoundGraphics(pp_resource());
72 if (!IsBoundGraphics())
plugin_instance.cc 79 bool PluginInstance::IsBoundGraphics(PP_Resource device) const {
ppb_opengles2_thunk.cc 19 bool IsBoundGraphics(Enter3D* enter) {
21 static_cast<Graphics3DResource*>(enter->object())->IsBoundGraphics();
26 if (IsBoundGraphics(&enter)) {
33 if (IsBoundGraphics(&enter)) {
43 if (IsBoundGraphics(&enter)) {
50 if (IsBoundGraphics(&enter)) {
59 if (IsBoundGraphics(&enter)) {
68 if (IsBoundGraphics(&enter)) {
75 if (IsBoundGraphics(&enter)) {
86 if (IsBoundGraphics(&enter))
    [all...]

Completed in 62 milliseconds