HomeSort by relevance Sort by last modified time
    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