Home
last modified time | relevance | path

Searched refs:BindFramebuffer (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_backend.cpp32 assert(gl::value::BindFramebuffer::Get() == getContext().bindFramebuffer.getCurrentValue()); in assumeFramebufferBinding()
53 assert(gl::value::BindFramebuffer::Get() == getContext().bindFramebuffer.getCurrentValue()); in setFramebufferBinding()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp282 const constexpr BindFramebuffer::Type BindFramebuffer::Default;
284 void BindFramebuffer::Set(const Type& value) { in Set()
288 BindFramebuffer::Type BindFramebuffer::Get() { in Get()
H A Dvalue.hpp201 struct BindFramebuffer { struct
H A Dcontext.hpp223 State<value::BindFramebuffer> bindFramebuffer;
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c4519 PFNGLBINDFRAMEBUFFERPROC BindFramebuffer = in __glXDisp_BindFramebuffer() local
4521 BindFramebuffer(*(GLenum *) (pc + 0), *(GLuint *) (pc + 4)); in __glXDisp_BindFramebuffer()
H A Dindirect_dispatch_swap.c4990 PFNGLBINDFRAMEBUFFERPROC BindFramebuffer = in __glXDispSwap_BindFramebuffer() local
4992 BindFramebuffer((GLenum) bswap_ENUM(pc + 0), (GLuint) bswap_CARD32(pc + 4)); in __glXDispSwap_BindFramebuffer()