OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlowingScene
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.h
21
class
GlowingScene
: public Scene {
23
GlowingScene
(int width, int height);
24
virtual ~
GlowingScene
() {};
GlowingScene.cpp
14
#include "
GlowingScene
.h"
27
GlowingScene
::
GlowingScene
(int width, int height) :
37
bool
GlowingScene
::setUpContext() {
46
bool
GlowingScene
::setUpPrograms() {
76
Matrix*
GlowingScene
::setUpModelMatrix() {
80
Matrix*
GlowingScene
::setUpViewMatrix() {
100
Matrix*
GlowingScene
::setUpProjectionMatrix(float width, float height) {
114
bool
GlowingScene
::setUpTextures() {
123
bool
GlowingScene
::setUpMeshes()
[
all
...]
Completed in 36 milliseconds