OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FboConfig
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
236
class
FboConfig
239
FboConfig
(void)
264
const char*
FboConfig
::getFormatName (GLenum format)
284
std::string
FboConfig
::getName (void) const
322
FboIncompleteException (const
FboConfig
& config, GLenum reason, const char* file, int line);
325
const
FboConfig
& getConfig (void) const { return m_config; }
329
FboConfig
m_config;
346
FboIncompleteException::FboIncompleteException (const
FboConfig
& config, GLenum reason, const char* file, int line)
356
Framebuffer (sglr::Context& context, const
FboConfig
& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
359
const
FboConfig
& getConfig (void) const { return m_config;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
66
class
FboConfig
69
FboConfig
(deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilType_, deUint32 depthStencilFormat_, int width_ = 0, int height_ = 0, int samples_ = 0)
81
FboConfig
(void)
119
std::string
FboConfig
::getName (void) const
140
Framebuffer (sglr::Context& context, const
FboConfig
& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0);
143
const
FboConfig
& getConfig (void) const { return m_config; }
155
FboConfig
m_config;
249
Framebuffer::Framebuffer (sglr::Context& context, const
FboConfig
& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName)
402
FboRenderCase (Context& context, const char* name, const char* description, const
FboConfig
& config);
411
const
FboConfig
m_config
[
all
...]
Completed in 973 milliseconds