HomeSort by relevance Sort by last modified time
    Searched defs:Framebuffer (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
Framebuffer.h 15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
34 class Framebuffer
37 Framebuffer();
39 virtual ~Framebuffer();
86 class DefaultFramebuffer : public Framebuffer
Framebuffer.cpp 15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
28 Framebuffer::Framebuffer()
35 Framebuffer::~Framebuffer()
42 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle) const
64 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Framebuffer.h 15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
37 class Framebuffer
40 Framebuffer();
42 virtual ~Framebuffer();
85 class DefaultFramebuffer : public Framebuffer
Framebuffer.cpp 15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
28 Framebuffer::Framebuffer()
35 Framebuffer::~Framebuffer()
42 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle) const
64 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Framebuffer.h 15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
35 class Framebuffer
38 Framebuffer();
40 virtual ~Framebuffer();
113 class DefaultFramebuffer : public Framebuffer
Framebuffer.cpp 15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
30 bool Framebuffer::IsRenderbuffer(GLenum type)
35 Framebuffer::Framebuffer()
56 Framebuffer::~Framebuffer()
66 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle, GLint level) cons
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.cpp 306 configured 1 x 1 pixel size framebuffer. Using glReadPixels function,
310 gl3cts::ClipDistance::Utility::Framebuffer framebuffer(gl, 1, 1);
312 if (!framebuffer.isValid())
314 m_testCtx.getLog() << tcu::TestLog::Message << "Unable to create framebuffer with size [1,1].\n"
319 framebuffer.bind();
320 framebuffer.clear();
349 std::vector<glw::GLfloat> pixels = framebuffer.readPixels();
394 attribute and with a configured 1 x 1 pixel size framebuffer. Using
398 gl3cts::ClipDistance::Utility::Framebuffer framebuffer(gl, 1, 1)
    [all...]
gl3cClipDistance.hpp 111 /** @class Framebuffer
113 * @brief OpenGL's Framebuffer encapsulation class.
115 * @note Created framebuffer is red-color-only and float type.
117 class Framebuffer
120 Framebuffer(const glw::Functions& gl, const glw::GLsizei size_x, const glw::GLsizei size_y);
121 ~Framebuffer();
135 /* Framebuffer class */
gl4cBufferStorageTests.cpp 178 /** Represents framebuffer
181 class Framebuffer
186 Framebuffer(deqp::Context& context);
187 ~Framebuffer();
866 /* Framebuffer constants */
867 const GLuint Framebuffer::m_invalid_id = -1;
873 Framebuffer::Framebuffer(deqp::Context& context) : m_id(m_invalid_id), m_context(context)
881 Framebuffer::~Framebuffer()
    [all...]
gl4cMultiBindTests.cpp 205 /** Represents framebuffer
208 class Framebuffer
213 Framebuffer(deqp::Context& context);
214 ~Framebuffer();
551 /* Framebuffer constants */
552 const GLuint Framebuffer::m_invalid_id = -1;
558 Framebuffer::Framebuffer(deqp::Context& context) : m_id(m_invalid_id), m_context(context)
566 Framebuffer::~Framebuffer()
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]
gl4cEnhancedLayoutsTests.hpp 233 /** Represents framebuffer
236 class Framebuffer
241 Framebuffer(deqp::Context& context);
242 ~Framebuffer();
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.hpp 87 /** Represents framebuffer
90 class Framebuffer
95 Framebuffer(deqp::Context& context);
96 ~Framebuffer();
316 * - prepare framebuffer with R8UI texture attached as color 0, filled with
319 * - inspect contents of framebuffer, it is expected that it is filled with
321 * - clean framebuffer to value 128;
323 * - inspect contents of framebuffer, it is expected that it is filled with
359 * - prepare framebuffer with 16x16 R8UI texture as color attachment, filled
362 * - inspect contents of framebuffer, it is expected to match source texture
    [all...]
glcRobustBufferAccessBehaviorTests.cpp 211 /* Framebuffer constants */
212 const GLuint Framebuffer::m_invalid_id = -1;
218 Framebuffer::Framebuffer(deqp::Context& context) : m_id(m_invalid_id), m_context(context)
226 Framebuffer::~Framebuffer()
234 void Framebuffer::Release()
248 * @param target Framebuffer target
255 void Framebuffer::AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment,
265 /** Binds framebuffer to DRAW_FRAMEBUFFE
    [all...]
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer;
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 21 * \brief Framebuffer Object Tests.
137 class Framebuffer
140 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0);
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName)
317 Framebuffer::~Framebuffer (void)
324 void Framebuffer::checkCompleteness (void)
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height
    [all...]
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 156 class Framebuffer : public GLObject {
158 Framebuffer(int id) : INHERITED(id) {}
163 SK_ABORT("Invalid framebuffer attachment.");
300 Framebuffer* framebuffer = fFramebufferManager.create(); variable
301 framebuffers[i] = framebuffer->id();
305 GrGLvoid bindFramebuffer(GrGLenum target, GrGLuint framebuffer) override {
309 fCurrDrawFramebuffer = framebuffer;
312 fCurrReadFramebuffer = framebuffer;
326 Framebuffer* framebuffer = fFramebufferManager.lookUp(ids[i]) variable
403 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); variable
426 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); variable
472 Framebuffer* framebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); variable
    [all...]
  /external/skqp/src/gpu/gl/
GrGLCreateNullInterface.cpp 156 class Framebuffer : public GLObject {
158 Framebuffer(int id) : INHERITED(id) {}
163 SK_ABORT("Invalid framebuffer attachment.");
300 Framebuffer* framebuffer = fFramebufferManager.create(); variable
301 framebuffers[i] = framebuffer->id();
305 GrGLvoid bindFramebuffer(GrGLenum target, GrGLuint framebuffer) override {
309 fCurrDrawFramebuffer = framebuffer;
312 fCurrReadFramebuffer = framebuffer;
326 Framebuffer* framebuffer = fFramebufferManager.lookUp(ids[i]) variable
403 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); variable
426 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); variable
472 Framebuffer* framebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); variable
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 21 * \brief Framebuffer Object Tests.
234 // Framebuffer config.
347 : TestError("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line)
353 class Framebuffer
356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
357 ~Framebuffer (void);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer)
476 Framebuffer::~Framebuffer (void
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 24 * \brief Utilities for framebuffer objects.
80 //! Configurations for framebuffer objects and their attachments.
262 //! Returns `true` iff this attachment is "framebuffer attachment
311 //! A framebuffer configuration.
312 struct Framebuffer
326 class FboBuilder : public config::Framebuffer
391 void logFramebufferConfig (const config::Framebuffer& cfg, tcu::TestLog& log);
433 ValidStatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 2815 CaseDescription<Framebuffer> framebuffer; member in struct:vkt::CaseDescriptions
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 326 class Framebuffer : public NamedObject
380 Framebuffer (deUint32 name);
381 virtual ~Framebuffer (void);
619 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer);
776 void deleteFramebuffer (rc::Framebuffer* framebuffer);
782 void acquireFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
783 void releaseFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
784 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp 7569 Framebuffer framebuffer; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::RenderPassBeginInfo
10967 Framebuffer framebuffer; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::CommandBufferInheritanceInfo
16875 Framebuffer framebuffer; local
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 8964 Framebuffer framebuffer; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::RenderPassBeginInfo
16274 Framebuffer framebuffer; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::DynamicState::DescriptorUpdateTemplateTypeKHR::ObjectType::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::CommandBufferInheritanceInfo
29394 Framebuffer framebuffer; local
29401 Framebuffer framebuffer; local
    [all...]

Completed in 2549 milliseconds