HomeSort by relevance Sort by last modified time
    Searched refs:GlowingScene (Results 1 - 3 of 3) 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...]
  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.cpp 17 #include "scene/glowing/GlowingScene.h"
44 mScenes[1] = new GlowingScene(mWidth, mHeight);

Completed in 2072 milliseconds