Home | History | Annotate | Download | only in gpu

Lines Matching defs:SetNeedsDisplayOnAllLayers

223             "chrome.gpuBenchmarking.setNeedsDisplayOnAllLayers = function() {"
224 " native function SetNeedsDisplayOnAllLayers();"
225 " return SetNeedsDisplayOnAllLayers();"
345 v8::String::NewFromUtf8(isolate, "SetNeedsDisplayOnAllLayers")))
346 return v8::FunctionTemplate::New(isolate, SetNeedsDisplayOnAllLayers);
379 static void SetNeedsDisplayOnAllLayers(
385 context.compositor()->SetNeedsDisplayOnAllLayers();