OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_SCENES
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h
32
static const int
NUM_SCENES
= 2;
35
Scene* mScenes[
NUM_SCENES
];
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceBenchmark.java
30
private static final int
NUM_SCENES
= 2;
31
private static final int NUM_FRAMES = NUM_FRAMES_PER_SCENE *
NUM_SCENES
;
Completed in 55 milliseconds