Searched defs:glu (Results 1 - 25 of 75) sorted by relevance

123

/external/deqp/framework/opengl/
H A DgluStateReset.hpp28 namespace glu namespace
35 } // glu
H A DgluPixelTransfer.hpp37 namespace glu namespace
48 } // glu
H A DgluContextFactory.hpp36 namespace glu namespace
42 * In order to support OpenGL (ES) tests, glu::Platform implementation
73 } // glu
H A DgluPlatform.cpp31 namespace glu namespace
42 } // glu
H A DgluContextFactory.cpp26 namespace glu namespace
38 } // glu
H A DgluPlatform.hpp34 namespace glu namespace
49 * See glu::ContextFactory and glu::RenderContext for complete details
72 } // glu
H A DgluTextureUtil.hpp32 namespace glu namespace
86 } // glu
H A DgluDummyRenderContext.hpp34 namespace glu namespace
40 * Some patterns (e.g. a test class inheriting from glu::CallLogWrapper)
62 } // glu
H A DgluTextureUtil.cpp31 namespace glu namespace
702 * If no mapping is found, glu::TYPE_LAST is returned.
722 return glu::TYPE_SAMPLER_1D;
725 return glu::TYPE_INT_SAMPLER_1D;
728 return glu::TYPE_UINT_SAMPLER_1D;
731 return glu::TYPE_LAST;
738 * If no mapping is found, glu::TYPE_LAST is returned.
758 return glu::TYPE_SAMPLER_2D;
761 return glu::TYPE_INT_SAMPLER_2D;
764 return glu
[all...]
H A DgluCallLogWrapper.hpp35 namespace glu namespace
57 } // glu
H A DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__)
40 namespace glu namespace
69 } // glu
H A DgluES3PlusWrapperContext.hpp35 namespace glu namespace
71 } // glu
H A DgluFboRenderContext.hpp35 namespace glu namespace
73 } // glu
H A DgluDefs.cpp32 namespace glu namespace
87 } // glu
H A DgluObjectWrapper.cpp32 namespace glu namespace
117 } // glu
H A DgluProgramInterfaceQuery.cpp30 namespace glu namespace
110 } // glu
H A DgluRenderConfig.cpp28 namespace glu namespace
183 } // glu
H A DgluStrUtil.cpp27 namespace glu namespace
170 } // glu
H A DgluStrUtil.hpp30 namespace glu namespace
79 } // glu
/external/deqp/framework/common/
H A DtcuPlatform.hpp28 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/
H A Des31fUniformLocationTests.hpp29 namespace glu namespace
41 typedef std::vector<glu::StructType*> StructList;
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp31 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/
H A Dtes2Context.hpp29 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;
/external/deqp/modules/gles3/
H A Dtes3Context.hpp29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;
/external/deqp/modules/gles31/
H A Dtes31Context.hpp29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
64 glu::RenderContext* m_renderCtx;
65 glu::ContextInfo* m_contextInfo;

Completed in 1135 milliseconds

123