OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextSwitchRenderer
(Results
1 - 3
of
3
) sorted by null
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.h
19
class
ContextSwitchRenderer
: public Renderer {
21
ContextSwitchRenderer
(ANativeWindow* window, bool offscreen, int workload);
22
virtual ~
ContextSwitchRenderer
() {};
ContextSwitchRenderer.cpp
24
#include "
ContextSwitchRenderer
.h"
77
ContextSwitchRenderer
::
ContextSwitchRenderer
(ANativeWindow* window, bool offscreen, int workload) :
81
bool
ContextSwitchRenderer
::setUp() {
137
bool
ContextSwitchRenderer
::tearDown() {
164
void
ContextSwitchRenderer
::drawWorkload() {
/cts/suite/cts/deviceTests/opengl/jni/primitive/
GLPrimitive.cpp
27
#include "contextswitch/
ContextSwitchRenderer
.h"
97
gRenderer = new
ContextSwitchRenderer
(
Completed in 146 milliseconds