OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBlurProgram
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h
39
Program*
mBlurProgram
;
GlowingScene.cpp
28
Scene(width, height), mFboId(0), mMainProgram(NULL),
mBlurProgram
(NULL) {
72
mBlurProgram
= new Program(programId);
136
if (
mBlurProgram
!= NULL) {
137
delete
mBlurProgram
;
138
mBlurProgram
= NULL;
161
ProgramNode* blurSceneGraph = new ProgramNode(*
mBlurProgram
);
Completed in 804 milliseconds