/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Framebuffer.cpp | 28 Framebuffer::Framebuffer() in Framebuffer() function in es1::Framebuffer 35 Framebuffer::~Framebuffer() in ~Framebuffer() 42 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle, GLint level) const in lookupRenderbuffer() 64 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer, GLint level) in setColorbuffer() 70 void Framebuffer::setDepthbuffer(GLenum type, GLuint depthbuffer, GLint level) in setDepthbuffer() 76 void Framebuffer::setStencilbuffer(GLenum type, GLuint stencilbuffer, GLint level) in setStencilbuffer() 82 void Framebuffer::detachTexture(GLuint texture) in detachTexture() 103 void Framebuffer::detachRenderbuffer(GLuint renderbuffer) in detachRenderbuffer() 126 egl::Image *Framebuffer::getRenderTarget() in getRenderTarget() 140 egl::Image *Framebuffer::getDepthBuffer() in getDepthBuffer() [all …]
|
D | Framebuffer.h | 34 class Framebuffer 37 Framebuffer(); 39 virtual ~Framebuffer(); 86 class DefaultFramebuffer : public Framebuffer
|
D | Texture.h | 36 class Framebuffer; variable 94 … xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) = 0; 142 …(GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source); 143 …Lint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 30 bool Framebuffer::IsRenderbuffer(GLenum type) in IsRenderbuffer() 35 Framebuffer::Framebuffer() in Framebuffer() function in es2::Framebuffer 56 Framebuffer::~Framebuffer() in ~Framebuffer() 66 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle, GLint level) const in lookupRenderbuffer() 88 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer, GLuint index, GLint level, GLint … in setColorbuffer() 95 void Framebuffer::setDepthbuffer(GLenum type, GLuint depthbuffer, GLint level, GLint layer) in setDepthbuffer() 102 void Framebuffer::setStencilbuffer(GLenum type, GLuint stencilbuffer, GLint level, GLint layer) in setStencilbuffer() 109 void Framebuffer::setReadBuffer(GLenum buf) in setReadBuffer() 114 void Framebuffer::setDrawBuffer(GLuint index, GLenum buf) in setDrawBuffer() 119 GLenum Framebuffer::getReadBuffer() const in getReadBuffer() [all …]
|
D | Framebuffer.h | 35 class Framebuffer 38 Framebuffer(); 40 virtual ~Framebuffer(); 113 class DefaultFramebuffer : public Framebuffer
|
D | Context.cpp | 295 Framebuffer *framebufferZero = new DefaultFramebuffer(colorbufferZero, depthStencilbufferZero); in makeCurrent() 752 Framebuffer *framebuffer = getReadFramebuffer(); in setFramebufferReadBuffer() 766 Framebuffer *drawFramebuffer = getDrawFramebuffer(); in setFramebufferDrawBuffers() 1015 Framebuffer *framebufferObject = mFramebufferNameSpace.remove(framebuffer); in deleteFramebuffer() 1118 Framebuffer *Context::getReadFramebuffer() const in getReadFramebuffer() 1123 Framebuffer *Context::getDrawFramebuffer() const in getDrawFramebuffer() 1199 mFramebufferNameSpace.insert(framebuffer, new Framebuffer()); in bindReadFramebuffer() 1216 mFramebufferNameSpace.insert(framebuffer, new Framebuffer()); in bindDrawFramebuffer() 1421 void Context::setFramebufferZero(Framebuffer *buffer) in setFramebufferZero() 1433 Framebuffer *Context::getFramebuffer(unsigned int handle) const in getFramebuffer() [all …]
|
/external/libkmsxx/kms++/src/ |
D | framebuffer.cpp | 15 Framebuffer::Framebuffer(Card& card, uint32_t width, uint32_t height) in Framebuffer() function in kms::Framebuffer 21 Framebuffer::Framebuffer(Card& card, uint32_t id) in Framebuffer() function in kms::Framebuffer 38 void Framebuffer::flush() in flush() 48 Framebuffer::~Framebuffer() in ~Framebuffer()
|
D | crtc.cpp | 83 int Crtc::set_mode(Connector* conn, Framebuffer& fb, const Videomode& mode) in set_mode() 104 int Crtc::set_plane(Plane* plane, Framebuffer& fb, in set_plane() 138 int Crtc::page_flip(Framebuffer& fb, void *data) in page_flip()
|
/external/swiftshader/src/Vulkan/ |
D | VkFramebuffer.hpp | 26 class Framebuffer : public Object<Framebuffer, VkFramebuffer> class 29 Framebuffer(const VkFramebufferCreateInfo* pCreateInfo, void* mem); 30 ~Framebuffer() = delete; 44 static inline Framebuffer* Cast(VkFramebuffer object) in Cast() 46 return reinterpret_cast<Framebuffer*>(object); in Cast()
|
D | VkFramebuffer.cpp | 25 Framebuffer::Framebuffer(const VkFramebufferCreateInfo* pCreateInfo, void* mem) : in Framebuffer() function in vk::Framebuffer 36 void Framebuffer::destroy(const VkAllocationCallbacks* pAllocator) in destroy() 41 void Framebuffer::clear(uint32_t clearValueCount, const VkClearValue* pClearValues, const VkRect2D&… in clear() 72 void Framebuffer::clear(const VkClearAttachment& attachment, const VkClearRect& rect) in clear() 97 size_t Framebuffer::ComputeRequiredAllocationSize(const VkFramebufferCreateInfo* pCreateInfo) in ComputeRequiredAllocationSize()
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-property-access.mm | 19 template <typename> class Framebuffer { 22 Framebuffer(); 25 template <typename T> Framebuffer<T>::Framebuffer() { function 34 Framebuffer<int>();
|
/external/libkmsxx/kms++/inc/kms++/ |
D | framebuffer.h | 25 class Framebuffer : public DrmObject, public IFramebuffer 28 Framebuffer(Card& card, uint32_t id); 29 virtual ~Framebuffer(); 36 Framebuffer(Card& card, uint32_t width, uint32_t height);
|
D | crtc.h | 22 int set_mode(Connector* conn, Framebuffer& fb, const Videomode& mode); 24 int set_plane(Plane *plane, Framebuffer &fb, 33 int page_flip(Framebuffer& fb, void *data);
|
D | dumbframebuffer.h | 9 class DumbFramebuffer : public Framebuffer 16 uint32_t width() const { return Framebuffer::width(); } in width() 17 uint32_t height() const { return Framebuffer::height(); } in height()
|
D | extframebuffer.h | 9 class ExtFramebuffer : public Framebuffer 18 uint32_t width() const { return Framebuffer::width(); } in width() 19 uint32_t height() const { return Framebuffer::height(); } in height()
|
D | card.h | 14 friend class Framebuffer; variable 64 std::vector<Framebuffer*> m_framebuffers;
|
/external/libkmsxx/kmscube/ |
D | cube-gbm.cpp | 121 auto fb = reinterpret_cast<Framebuffer*>(data); in drm_fb_destroy_callback() 125 static Framebuffer* drm_fb_get_from_bo(struct gbm_bo *bo, Card& card) in drm_fb_get_from_bo() 127 auto fb = reinterpret_cast<Framebuffer*>(gbm_bo_get_user_data(bo)); in drm_fb_get_from_bo() 148 Framebuffer* lock_next() in lock_next() 208 Framebuffer* fb = m_surface1->lock_next(); in setup() 210 Framebuffer* planefb = 0; in setup() 264 Framebuffer* fb = m_surface1->lock_next(); in queue_next() 266 Framebuffer* planefb = 0; in queue_next()
|
/external/libkmsxx/py/pykms/ |
D | pykmsutil.cpp | 51 m.def("draw_test_pattern", [](Framebuffer& fb, YUVType yuvt) { draw_test_pattern(fb, yuvt); }, in init_pykmstest() 54 m.def("draw_color_bar", [](Framebuffer& fb, int old_xpos, int xpos, int width) { in init_pykmstest() 57 m.def("draw_rect", [](Framebuffer& fb, uint32_t x, uint32_t y, uint32_t w, uint32_t h, RGB color) { in init_pykmstest() 60 m.def("draw_text", [](Framebuffer& fb, uint32_t x, uint32_t y, const string& str, RGB color) { in init_pykmstest()
|
D | pykmsbase.cpp | 82 .def("set_mode", (int (Crtc::*)(Connector*, Framebuffer&, const Videomode&))&Crtc::set_mode) in init_pykmsbase() 85 [](Crtc* self, Framebuffer& fb, uint32_t data) in init_pykmsbase() 141 py::class_<Framebuffer>(m, "Framebuffer") in init_pykmsbase() 142 .def_property_readonly("width", &Framebuffer::width) in init_pykmsbase() 143 .def_property_readonly("height", &Framebuffer::height) in init_pykmsbase() 154 py::class_<DumbFramebuffer, Framebuffer>(m, "DumbFramebuffer") in init_pykmsbase() 166 py::class_<ExtFramebuffer, Framebuffer>(m, "ExtFramebuffer") in init_pykmsbase()
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 129 static string format_fb(Framebuffer& fb) in format_fb() 246 else if (auto o = dynamic_cast<Framebuffer*>(ob)) in format_ob() 368 vector<Framebuffer*> fbs; in print_as_list() 381 Framebuffer* fb = new Framebuffer(card, crtc->buffer_id()); in print_as_list() 389 Framebuffer* fb = new Framebuffer(card, plane->fb_id()); in print_as_list() 403 for (Framebuffer* fb: fbs) { in print_as_list() 432 Framebuffer fb(card, crtc->buffer_id()); in print_as_tree() 449 Framebuffer fb(card, fb_id); in print_as_tree()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 119 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace() 123 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_X: return tcu::CUBEFACE_NEGATIVE_X; in texTargetToFace() 124 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_X: return tcu::CUBEFACE_POSITIVE_X; in texTargetToFace() 125 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_Y: return tcu::CUBEFACE_NEGATIVE_Y; in texTargetToFace() 126 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Y: return tcu::CUBEFACE_POSITIVE_Y; in texTargetToFace() 127 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z; in texTargetToFace() 128 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in texTargetToFace() 133 static Framebuffer::TexTarget texLayeredTypeToTarget (Texture::Type type) in texLayeredTypeToTarget() 137 case Texture::TYPE_2D_ARRAY: return Framebuffer::TEXTARGET_2D_ARRAY; in texLayeredTypeToTarget() 138 case Texture::TYPE_3D: return Framebuffer::TEXTARGET_3D; in texLayeredTypeToTarget() [all …]
|
D | sglrReferenceContext.hpp | 326 class Framebuffer : public NamedObject class 380 Framebuffer (deUint32 name); 381 virtual ~Framebuffer (void); 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::Att… 788 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawColorbuffer() 789 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawDepthbuffer() 790 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawStencilbuffer() [all …]
|
/external/libkmsxx/kms++/inc/kms++/omap/ |
D | omapframebuffer.h | 12 class OmapFramebuffer : public Framebuffer 28 uint32_t width() const { return Framebuffer::width(); } in width() 29 uint32_t height() const { return Framebuffer::height(); } in height()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 157 class Framebuffer : public GLObject { class 159 Framebuffer(int id) : INHERITED(id) {} in Framebuffer() function in __anonbc4282d90111::Framebuffer 301 Framebuffer* framebuffer = fFramebufferManager.create(); in genFramebuffers() 327 Framebuffer* framebuffer = fFramebufferManager.lookUp(ids[i]); in deleteFramebuffers() 358 Framebuffer* drawFramebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); in deleteRenderbuffers() 362 Framebuffer* readFramebuffer = fFramebufferManager.lookUp(fCurrReadFramebuffer); in deleteRenderbuffers() 404 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); in framebufferRenderbuffer() 434 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); in framebufferTexture2D() 480 Framebuffer* framebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); in getIntegerv() 711 TGLObjectManager<Framebuffer> fFramebufferManager;
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 157 class Framebuffer : public GLObject { class 159 Framebuffer(int id) : INHERITED(id) {} in Framebuffer() function in __anon19c465a20111::Framebuffer 301 Framebuffer* framebuffer = fFramebufferManager.create(); in genFramebuffers() 327 Framebuffer* framebuffer = fFramebufferManager.lookUp(ids[i]); in deleteFramebuffers() 358 Framebuffer* drawFramebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); in deleteRenderbuffers() 362 Framebuffer* readFramebuffer = fFramebufferManager.lookUp(fCurrReadFramebuffer); in deleteRenderbuffers() 404 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); in framebufferRenderbuffer() 434 Framebuffer* framebuffer = fFramebufferManager.lookUp(id); in framebufferTexture2D() 480 Framebuffer* framebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer); in getIntegerv() 711 TGLObjectManager<Framebuffer> fFramebufferManager;
|