Searched defs:kExternalTextureId (Results 1 - 2 of 2) sorted by path

/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc26 const GLuint TestWebGraphicsContext3D::kExternalTextureId = 1337; member in class:cc::TestWebGraphicsContext3D
177 DCHECK_NE(ids[i], kExternalTextureId);
265 namespace_->textures.Append(kExternalTextureId, new TestTexture());
266 return kExternalTextureId;
H A Dtest_web_graphics_context_3d.h340 static const GLuint kExternalTextureId; member in class:cc::TestWebGraphicsContext3D

Completed in 214 milliseconds