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

  /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 602 RenderContext::RenderContext (const RenderConfig& renderCfg)
613 RenderContext::~RenderContext (void)
619 void RenderContext::postIterate (void)
  /external/deqp/framework/opengl/
gluRenderContext.hpp 193 class RenderContext
196 RenderContext (void) {}
197 virtual ~RenderContext (void) {}
215 RenderContext (const RenderContext& other); // Not allowed!
216 RenderContext& operator= (const RenderContext& other); // Not allowed!
221 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 127 class RenderContext : public GLRenderContext
130 RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config);
131 virtual ~RenderContext (void);
162 RenderContext::RenderContext (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
188 RenderContext::~RenderContext(void)
288 void RenderContext::create (const NativeDisplayFactory* displayFactory, const NativeWindowFactory* windowFactory, const NativePixmapFactory* pixmapFactory, const glu::RenderConfig& config)
430 void RenderContext::destroy (void)
462 void RenderContext::postIterate (void
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java 46 public class RenderContext {
166 * @see RenderContext#boundDrawBuf
269 * Reset the RenderContext to default GL state
  /prebuilts/misc/common/perflib/
perflib-prebuilt.jar 

Completed in 87 milliseconds