/external/deqp/framework/opengl/ |
H A D | gluStateReset.hpp | 28 namespace glu namespace 36 } // glu
|
H A D | gluPixelTransfer.hpp | 37 namespace glu namespace 48 } // glu
|
H A D | gluContextFactory.hpp | 36 namespace glu namespace 42 * In order to support OpenGL (ES) tests, glu::Platform implementation 73 } // glu
|
H A D | gluPlatform.cpp | 31 namespace glu namespace 42 } // glu
|
H A D | gluContextFactory.cpp | 26 namespace glu namespace 38 } // glu
|
H A D | gluPlatform.hpp | 34 namespace glu namespace 49 * See glu::ContextFactory and glu::RenderContext for complete details 72 } // glu
|
H A D | gluTextureUtil.cpp | 32 namespace glu namespace 851 * If no mapping is found, glu::TYPE_LAST is returned. 871 return glu::TYPE_SAMPLER_1D; 874 return glu::TYPE_INT_SAMPLER_1D; 877 return glu::TYPE_UINT_SAMPLER_1D; 880 return glu::TYPE_LAST; 887 * If no mapping is found, glu::TYPE_LAST is returned. 907 return glu::TYPE_SAMPLER_2D; 910 return glu::TYPE_INT_SAMPLER_2D; 913 return glu [all...] |
H A D | gluTextureUtil.hpp | 32 namespace glu namespace 96 } // glu
|
H A D | gluCallLogWrapper.hpp | 35 namespace glu namespace 57 } // glu
|
H A D | gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) 43 namespace glu namespace 72 } // glu
|
H A D | gluDummyRenderContext.hpp | 34 namespace glu namespace 40 * Some patterns (e.g. a test class inheriting from glu::CallLogWrapper) 63 } // glu
|
H A D | gluFboRenderContext.hpp | 35 namespace glu namespace 76 } // glu
|
H A D | gluDefs.cpp | 32 namespace glu namespace 87 } // glu
|
H A D | gluProgramInterfaceQuery.cpp | 30 namespace glu namespace 110 } // glu
|
H A D | gluRenderConfig.cpp | 28 namespace glu namespace 183 } // glu
|
H A D | gluStrUtil.cpp | 27 namespace glu namespace 193 } // glu
|
/external/deqp/framework/common/ |
H A D | tcuPlatform.hpp | 28 namespace glu namespace 64 * API-specific platform interfaces (glu::Platform and eglu::Platform) 93 * GL-specific platform interface is defined by glu::Platform. If your 100 virtual const glu::Platform& getGLPlatform (void) const;
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fUniformLocationTests.hpp | 29 namespace glu namespace 41 typedef std::vector<glu::StructType*> StructList;
|
/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.hpp | 30 namespace glu namespace 48 glu::RenderContext& renderCtx, 49 const glu::ContextInfo& contextInfo, 52 const glu::sl::ShaderCaseSpecification& specification); 64 glu::RenderContext& m_renderCtx; 65 const glu::ContextInfo& m_contextInfo; 66 const glu::sl::ShaderCaseSpecification m_spec;
|
H A D | glsFragOpInteractionCase.hpp | 31 namespace glu namespace 52 FragOpInteractionCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const rsg::ProgramParameters& params); 65 glu::RenderContext& m_renderCtx; 66 const glu::ContextInfo& m_ctxInfo;
|
/external/deqp/external/openglcts/modules/common/ |
H A D | glcContext.hpp | 32 namespace glu namespace 49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType()); 57 glu::RenderContext& getRenderContext(void) 62 void setRenderContext(glu::RenderContext* renderCtx) 67 const glu::ContextInfo& getContextInfo(void) const 74 glu::RenderContext* createSharedContext( 75 glu::ContextFlags ctxFlags = (glu::ContextFlags)0, 76 glu [all...] |
/external/deqp/framework/platform/null/ |
H A D | 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; } 69 const glu::ContextType m_ctxType;
|
/external/deqp/modules/gles2/ |
H A D | 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;
|
/external/deqp/modules/gles3/ |
H A D | tes3Context.hpp | 29 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 D | tes31Context.hpp | 29 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;
|