Home
last modified time | relevance | path

Searched refs:dummy_tex_id_ (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc54 this->dummy_tex_id_ = 0; in GstQSGTexture()
63 if (this->dummy_tex_id_ && QOpenGLContext::currentContext ()) { in ~GstQSGTexture()
65 &this->dummy_tex_id_); in ~GstQSGTexture()
178 if (this->dummy_tex_id_ == 0) { in bind()
187 funcs->glGenTextures (1, &this->dummy_tex_id_); in bind()
188 funcs->glBindTexture (GL_TEXTURE_2D, this->dummy_tex_id_); in bind()
195 g_assert (this->dummy_tex_id_ != 0); in bind()
197 funcs->glBindTexture (GL_TEXTURE_2D, this->dummy_tex_id_); in bind()
198 GST_LOG ("%p binding fallback dummy Qt texture %u", this, this->dummy_tex_id_); in bind()
Dgstqsgtexture.h56 GLuint dummy_tex_id_; variable