HomeSort by relevance Sort by last modified time
    Searched defs:RenderContext (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 16 #include "RenderContext.h"
22 RenderContext *RenderContext::create(int p_config,
31 RenderContext *c = new RenderContext();
64 RenderContext::RenderContext() :
71 RenderContext::~RenderContext()
RenderContext.h 23 class RenderContext;
24 typedef emugl::SmartPtr<RenderContext> RenderContextPtr;
26 class RenderContext
29 static RenderContext *create(int p_config, RenderContextPtr p_shareContext,
31 ~RenderContext();
40 RenderContext();
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 53 class RenderContext : public glu::RenderContext
56 RenderContext (const glu::RenderConfig& config);
57 virtual ~RenderContext (void);
tcuNullRenderContext.cpp 601 RenderContext::RenderContext (const RenderConfig& renderCfg)
612 RenderContext::~RenderContext (void)
618 void RenderContext::postIterate (void)
  /external/deqp/framework/opengl/
gluRenderContext.hpp 191 class RenderContext
194 RenderContext (void) {}
195 virtual ~RenderContext (void) {}
213 RenderContext (const RenderContext& other); // Not allowed!
214 RenderContext& operator= (const RenderContext& other); // Not allowed!
219 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 131 class RenderContext : public GLRenderContext
134 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
135 virtual ~RenderContext (void);
166 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
192 RenderContext::~RenderContext(void)
471 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
611 void RenderContext::destroy (void)
641 void RenderContext::postIterate (void
    [all...]

Completed in 168 milliseconds