Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp236 class FboConfig class
239 FboConfig (void) in FboConfig() function in deqp::gles2::Functional::FboConfig
264 const char* FboConfig::getFormatName (GLenum format) in getFormatName()
284 std::string FboConfig::getName (void) const in getName()
322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line);
325 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
329 FboConfig m_config;
346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*… in FboIncompleteException()
356 …Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fb…
359 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp66 class FboConfig class
69FboConfig (deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilTyp… in FboConfig() function in deqp::gles3::Functional::FboConfig
81 FboConfig (void) in FboConfig() function in deqp::gles3::Functional::FboConfig
119 std::string FboConfig::getName (void) const in getName()
140 …Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 f…
143 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
155 FboConfig m_config;
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
402 …enderCase (Context& context, const char* name, const char* description, const FboConfig& config);
411 const FboConfig m_config;
[all …]