Home
last modified time | relevance | path

Searched refs:createExternalTexture (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h143 virtual GLuint createExternalTexture();
Dtest_web_graphics_context_3d.cc263 GLuint TestWebGraphicsContext3D::createExternalTexture() { in createExternalTexture() function in cc::TestWebGraphicsContext3D
/external/chromium_org/cc/resources/
Dresource_provider_unittest.cc641 GLuint external_texture_id = child_context_->createExternalTexture(); in TEST_P()