OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
43
class
GeometryBinding
;
96
const
GeometryBinding
* SharedGeometry() const {
230
scoped_ptr<
GeometryBinding
> shared_geometry_;
gl_renderer.cc
[
all
...]
Completed in 899 milliseconds