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

  /external/chromium_org/cc/layers/
texture_layer.h 70 void SetTextureId(unsigned texture_id);
texture_layer.cc 55 SetTextureId(0);
119 void TextureLayer::SetTextureId(unsigned id) {
texture_layer_unittest.cc 85 test_layer->SetTextureId(1);
90 test_layer->SetTextureId(2);
95 test_layer->SetTextureId(0);
111 test_layer->SetTextureId(1);
159 test_layer->SetTextureId(0);
179 test_layer->SetTextureId(1);
201 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetTextureId(1));
203 // Calling SetTextureId can call AcquireLayerTextures.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 875 texture_layer_->SetTextureId(0);
    [all...]

Completed in 53 milliseconds