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

  /external/chromium_org/cc/output/
geometry_binding.h 22 class GeometryBinding {
24 GeometryBinding(gpu::gles2::GLES2Interface* gl,
26 ~GeometryBinding();
43 DISALLOW_COPY_AND_ASSIGN(GeometryBinding);
geometry_binding.cc 14 GeometryBinding::GeometryBinding(gpu::gles2::GLES2Interface* gl,
70 GeometryBinding::~GeometryBinding() {
75 void GeometryBinding::PrepareForDraw() {
program_binding.cc 112 program_object, GeometryBinding::PositionAttribLocation(), "a_position");
114 program_object, GeometryBinding::TexCoordAttribLocation(), "a_texCoord");
116 GeometryBinding::TriangleIndexAttribLocation(),
gl_renderer.h 42 class GeometryBinding;
88 const GeometryBinding* SharedGeometry() const {
220 scoped_ptr<GeometryBinding> shared_geometry_;
gl_renderer.cc     [all...]

Completed in 149 milliseconds