HomeSort by relevance Sort by last modified time
    Searched defs:glu (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/deqp/framework/opengl/
gluStateReset.hpp 28 namespace glu namespace
35 } // glu
gluContextFactory.cpp 26 namespace glu namespace
38 } // glu
gluPixelTransfer.hpp 37 namespace glu namespace
48 } // glu
gluContextFactory.hpp 36 namespace glu namespace
42 * In order to support OpenGL (ES) tests, glu::Platform implementation
73 } // glu
gluPlatform.cpp 31 namespace glu namespace
42 } // glu
gluTextureUtil.hpp 32 namespace glu namespace
86 } // glu
gluPlatform.hpp 34 namespace glu namespace
49 * See glu::ContextFactory and glu::RenderContext for complete details
72 } // glu
gluTextureUtil.cpp 31 namespace glu namespace
    [all...]
gluCallLogWrapper.hpp 35 namespace glu namespace
57 } // glu
gluDefs.cpp 32 namespace glu namespace
87 } // glu
gluDummyRenderContext.hpp 34 namespace glu namespace
40 * Some patterns (e.g. a test class inheriting from glu::CallLogWrapper)
62 } // glu
gluStrUtil.cpp 27 namespace glu namespace
170 } // glu
gluCallLogWrapper.cpp 32 namespace glu namespace
139 } // glu
gluDefs.hpp 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
40 namespace glu namespace
69 } // glu
gluES3PlusWrapperContext.hpp 35 namespace glu namespace
71 } // glu
gluFboRenderContext.hpp 35 namespace glu namespace
73 } // glu
gluObjectWrapper.cpp 32 namespace glu namespace
117 } // glu
gluPixelTransfer.cpp 33 namespace glu namespace
142 } // glu
gluProgramInterfaceQuery.cpp 30 namespace glu namespace
110 } // glu
gluStrUtil.hpp 30 namespace glu namespace
79 } // glu
gluVarTypeUtil.cpp 28 namespace glu namespace
195 } // glu
  /external/deqp/framework/common/
tcuPlatform.hpp 28 namespace glu namespace
59 * API-specific platform interfaces (glu::Platform and eglu::Platform)
88 * GL-specific platform interface is defined by glu::Platform. If your
95 virtual const glu::Platform& getGLPlatform (void) const;
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.hpp 29 namespace glu namespace
41 typedef std::vector<glu::StructType*> StructList;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 31 namespace glu namespace
37 } // glu
53 class RenderContext : public glu::RenderContext
56 RenderContext (const glu::RenderConfig& config);
59 virtual glu::ContextType getType (void) const { return m_ctxType; }
67 const glu::ContextType m_ctxType;
  /external/deqp/modules/gles2/
tes2Context.hpp 29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;

Completed in 446 milliseconds

1 2 3