Home
last modified time | relevance | path

Searched refs:texture_rgb_ (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc97 GLuint texture_rgb_; member in __anon75bb6c1c0111::MediaStreamVideoDemoInstance
124 texture_rgb_(0), in MediaStreamVideoDemoInstance()
408 if (texture_rgb_) in CreateTextures()
409 glDeleteTextures(1, &texture_rgb_); in CreateTextures()
414 texture_rgb_ = CreateTexture(width, height, 3, true); in CreateTextures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc96 GLuint texture_rgb_; member in __anon7249a74d0111::MediaStreamVideoDemoInstance
123 texture_rgb_(0), in MediaStreamVideoDemoInstance()
403 if (texture_rgb_) in CreateTextures()
404 glDeleteTextures(1, &texture_rgb_); in CreateTextures()
409 texture_rgb_ = CreateTexture(width, height, 3, true); in CreateTextures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc97 GLuint texture_rgb_; member in __anon22e5c8a10111::MediaStreamVideoDemoInstance
124 texture_rgb_(0), in MediaStreamVideoDemoInstance()
408 if (texture_rgb_) in CreateTextures()
409 glDeleteTextures(1, &texture_rgb_); in CreateTextures()
414 texture_rgb_ = CreateTexture(width, height, 3, true); in CreateTextures()