Home
last modified time | relevance | path

Searched refs:DummyRenderContext (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluDummyRenderContext.hpp47 class DummyRenderContext : public RenderContext class
50 explicit DummyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {} in DummyRenderContext() function in glu::DummyRenderContext
/external/deqp/modules/gles31/
Dtes31Context.cpp49 m_renderCtx = new glu::DummyRenderContext(glu::ContextType(glu::ApiType::es(3,1))); in Context()