HomeSort by relevance Sort by last modified time
    Searched defs:m_fbo (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBlending.hpp 65 glw::GLuint m_fbo; member in class:glcts::DrawBuffersIndexedBlending
esextcDrawBuffersIndexedColorMasks.hpp 62 glw::GLuint m_fbo; member in class:glcts::DrawBuffersIndexedColorMasks
  /external/deqp/external/openglcts/modules/gl/
gl4cContextFlushControlTests.hpp 163 glw::GLuint m_fbo; //!< OpenGL framebuffer object identifier (in m_context). member in class:gl4cts::ContextFlushControl::FunctionalTest::DrawSetup
gl4cIncompleteTextureAccessTests.hpp 112 glw::GLuint m_fbo; member in class:gl4cts::IncompleteTextureAccess::SamplerTest
gl4cClipControlTests.cpp 126 : ClipControlBaseTest(context, api, name, description), m_fbo(0), m_rboC(0), m_rboD(0)
191 gl.genFramebuffers(1, &m_fbo);
200 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
208 gl.deleteFramebuffers(1, &m_fbo);
215 GLuint m_fbo, m_rboC, m_rboD; member in class:gl4cts::ClipControlRenderBaseTest
    [all...]
gl4cGlSpirvTests.hpp 66 GLuint m_fbo; member in class:gl4cts::SpirvModulesPositiveTest
197 GLuint m_fbo; member in class:gl4cts::SpirvGlslToSpirVSpecializationConstantsTest
gl4cTextureBarrierTests.cpp 120 , m_fbo(0)
175 gl.genFramebuffers(1, &m_fbo);
176 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
229 gl.deleteFramebuffers(1, &m_fbo);
493 GLuint m_fbo; member in class:gl4cts::TextureBarrierBasicOutline
gl4cComputeShaderTests.cpp 4247 GLuint m_fbo; member in class:gl4cts::__anon18705::AdvancedPipelineComputeChain
    [all...]
gl4cSparseBufferTests.hpp 534 glw::GLuint m_fbo; member in class:gl4cts::PixelPackBufferStorageTestCase
707 glw::GLuint m_fbo; member in class:gl4cts::QuadsBufferStorageTestCase
    [all...]
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 4895 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchBuffersVS
5154 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchProgramsVS
5370 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedWriteFragmentFS
5509 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedWriteFragmentCS
5631 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase1VS
5956 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase2VSFS
6439 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageCase1
7965 GLuint m_fbo, m_rt; member in class:gl4cts::es31compatibility::__anon18714::AdvancedMatrixVSFS
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayETC2Support.hpp 54 glw::GLuint m_fbo; member in class:glcts::TextureCubeMapArrayETC2Support
  /external/deqp/external/openglcts/modules/common/
glcPolygonOffsetClampTests.hpp 92 GLuint m_fbo; member in class:glcts::PolygonOffsetClampValueTestCaseBase
glcInternalformatTests.cpp 956 GLuint m_fbo; member in class:glcts::RenderbufferCase
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderWinding.cpp 57 glw::GLuint m_fbo; member in class:glcts::WindingCase
70 m_fbo = 0;
130 if (m_fbo)
132 gl.deleteFramebuffers(1, &m_fbo);
133 m_fbo = 0;
163 gl.genFramebuffers(1, &m_fbo);
166 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 141 glw::GLuint m_fbo; member in class:deqp::gles3::Functional::__anon19785::BaseRenderingCase
159 , m_fbo (0)
218 gl.genFramebuffers(1, &m_fbo);
219 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
288 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
320 if (m_fbo)
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
323 m_fbo = 0;
387 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, m_fbo);
399 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
    [all...]
es3fRasterizerDiscardTests.cpp 100 deUint32 m_fbo; member in class:deqp::gles3::Functional::RasterizerDiscardCase
114 , m_fbo (0)
163 glGenFramebuffers (1, &m_fbo); // FBO
183 glBindFramebuffer (GL_FRAMEBUFFER, m_fbo);
200 glDeleteFramebuffers (1, &m_fbo); // FBO
es3fBlendTests.cpp 133 deUint32 m_fbo; member in class:deqp::gles3::Functional::BlendCase
159 , m_fbo (0)
220 GLU_CHECK_CALL(glGenFramebuffers(1, &m_fbo));
221 GLU_CHECK_CALL(glBindFramebuffer(GL_FRAMEBUFFER, m_fbo));
249 if (m_fbo != 0)
251 GLU_CHECK_CALL(glDeleteFramebuffers(1, &m_fbo));
252 m_fbo = 0;
es3fShaderDerivateTests.cpp 107 , m_fbo (0)
113 if (m_fbo)
114 m_gl.deleteFramebuffers(1, &m_fbo);
119 DE_ASSERT(!m_fbo);
120 m_gl.genFramebuffers(1, &m_fbo);
123 deUint32 operator* (void) const { return m_fbo; }
127 deUint32 m_fbo; member in class:deqp::gles3::Functional::__anon19801::AutoFbo
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cFramebufferNoAttachmentsTests.cpp 96 GLuint m_fbo; member in class:glcts::FramebufferNoAttachmentsApiCase
103 : FramebufferNoAttachmentsBaseCase(context, name, description), m_fbo(0), m_renderbuffer(0), m_texture(0)
142 gl.genFramebuffers(1, &m_fbo);
143 gl.bindFramebuffer(target, m_fbo);
155 gl.genFramebuffers(1, &m_fbo);
156 gl.bindFramebuffer(target, m_fbo);
182 gl.deleteFramebuffers(1, &m_fbo);
186 m_fbo = 0;
es31cComputeShaderTests.cpp 3514 GLuint m_fbo; member in class:glcts::__anon18769::AdvancedCopyImage
3911 GLuint m_fbo; member in class:glcts::__anon18769::AdvancedPipelineComputeChain
4227 GLuint m_fbo; member in class:glcts::__anon18769::AdvancedPipelinePostFS
4573 GLuint m_fbo; member in class:glcts::__anon18769::AdvancedSharedIndexing
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 117 deUint32 m_fbo; member in class:deqp::gles31::Functional::MultisampleShaderRenderUtil::MultisampleRenderCase
es31fAdvancedBlendTests.cpp 139 deUint32 m_fbo; member in class:deqp::gles31::Functional::__anon20006::AdvancedBlendCase
171 , m_fbo (0)
291 gl.genFramebuffers(1, &m_fbo);
292 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
313 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
337 if (m_colorRbo || m_fbo)
350 if (m_fbo != 0)
352 gl.deleteFramebuffers(1, &m_fbo);
353 m_fbo = 0;
529 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo);
    [all...]
es31fShaderHelperInvocationTests.cpp 310 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon20101::HelperInvocationValueCase
369 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
378 m_fbo.clear();
433 m_fbo->bindForRendering();
439 m_fbo->readPixels(0, 0, result.getAccess());
468 MovePtr<FboHelper> m_fbo; member in class:deqp::gles31::Functional::__anon20101::HelperInvocationDerivateCase
531 m_fbo = MovePtr<FboHelper>(new FboHelper(renderCtx, FRAMEBUFFER_WIDTH, FRAMEBUFFER_HEIGHT,
540 m_fbo.clear();
632 m_fbo->bindForRendering();
638 m_fbo->readPixels(0, 0, result.getAccess())
    [all...]
es31fTextureGatherTests.cpp 1027 MovePtr<glu::Framebuffer> m_fbo; member in class:deqp::gles31::Functional::__anon20146::TextureGatherCase
    [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 489 FramebufferP m_fbo; member in class:deqp::gls::Functional::__anon20197::FramebufferBlitCase
506 m_fbo = FramebufferP(new glu::Framebuffer(gl));
508 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, **m_fbo);
520 m_fbo.clear();
534 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, **m_fbo);

Completed in 873 milliseconds

1 2