OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_colorBuffer
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/opengl/
gluFboRenderContext.hpp
64
deUint32
m_colorBuffer
;
/external/deqp/framework/platform/ios/
tcuIOSPlatform.hh
123
glu::Renderbuffer
m_colorBuffer
;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp
322
tcu::TextureLevel
m_colorBuffer
;
/external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp
145
deUint32 getColorBuffer (void) const { return
m_colorBuffer
; }
158
deUint32
m_colorBuffer
;
253
,
m_colorBuffer
(0)
268
m_colorBuffer
= createTex2D(colorBufferName, m_config.colorFormat, width, height);
269
context.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D,
m_colorBuffer
, 0);
273
m_colorBuffer
= createRbo(colorBufferName, m_config.colorFormat, width, height);
274
context.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER,
m_colorBuffer
);
320
destroyBuffer(
m_colorBuffer
, m_config.colorType);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
1010
MovePtr<glu::Renderbuffer>
m_colorBuffer
;
[
all
...]
Completed in 269 milliseconds