OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TexturedMeshNode
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/graphics/
TexturedMeshNode.h
23
class
TexturedMeshNode
: public MeshNode {
25
TexturedMeshNode
(const Mesh* mesh, const GLuint textureId);
26
virtual ~
TexturedMeshNode
() {};
TexturedMeshNode.cpp
15
#include "
TexturedMeshNode
.h"
17
TexturedMeshNode
::
TexturedMeshNode
(const Mesh* mesh, const GLuint textureId) :
21
void
TexturedMeshNode
::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
39
void
TexturedMeshNode
::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
Completed in 122 milliseconds