OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorbuffer
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
140
Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32
colorBuffer
= 0, deUint32 depthStencilBuffer = 0);
614
: FboRenderCase (context, config.getName().c_str(), "Shared
colorbuffer
", config)
643
// Fbo B - don't create
colorbuffer
744
: FboRenderCase (context, config.getName().c_str(), "Shared
colorbuffer
clears", config)
754
deUint32
colorbuffer
= 1;
local
759
// Single
colorbuffer
762
context.bindTexture(GL_TEXTURE_2D,
colorbuffer
);
770
context.bindRenderbuffer(GL_RENDERBUFFER,
colorbuffer
);
774
// Multiple framebuffers sharing the
colorbuffer
780
context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
colorbuffer
, 0)
[
all
...]
/external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp
356
Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32
colorbuffer
= 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
409
Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32
colorbuffer
, deUint32 depthbuffer, deUint32 stencilbuffer)
413
, m_colorbuffer (
colorbuffer
)
1324
deUint32
colorbuffer
= 1;
local
[
all
...]
Completed in 53 milliseconds