Home
last modified time | relevance | path

Searched refs:glBlendFunc (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp45 #define glBlendFunc(...) QOpenGLContext::currentContext()->functions()->glBlendFunc(__VA_ARGS__) macro
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c509 glBlendFunc(src_blend, dst_blend); in glamor_set_blend()
H A Dglamor_render.c1105 glBlendFunc(op_info->source_blend, op_info->dest_blend); in glamor_composite_set_shader_blend()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp198 glBlendFunc(static_cast<GLenum>(value.sfactor), static_cast<GLenum>(value.dfactor))); in Set()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h449 GL_API void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h536 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch419 glBlendFunc (GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h536 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
H A Dgl31.h538 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
H A Dgl32.h538 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c1368 glBlendFunc(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4)); in __glXDisp_BlendFunc()
H A Dindirect_dispatch_swap.c1561 glBlendFunc((GLenum) bswap_ENUM(pc + 0), (GLenum) bswap_ENUM(pc + 4)); in __glXDispSwap_BlendFunc()