OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlurMeshNode
(Results
1 - 3
of
3
) sorted by null
/cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.h
23
class
BlurMeshNode
: public MeshNode {
25
BlurMeshNode
(const Mesh* mesh, GLuint fboTexId, GLuint tmpTexId1, GLuint tmpTexId2, float width, float height);
26
virtual ~
BlurMeshNode
() {};
BlurMeshNode.cpp
15
#include "
BlurMeshNode
.h"
17
BlurMeshNode
::
BlurMeshNode
(const Mesh* mesh, GLuint fboTexId, GLuint tmpTexId1, GLuint tmpTexId2,
23
void
BlurMeshNode
::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
55
void
BlurMeshNode
::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) {
GlowingScene.cpp
15
#include "
BlurMeshNode
.h"
163
meshNode = new
BlurMeshNode
(mMeshes[0], mTextureIds[0], mTextureIds[1], mTextureIds[2],
Completed in 664 milliseconds