Home
last modified time | relevance | path

Searched refs:TexSubImage2D (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_sw.c239 tc->vt->TexSubImage2D(tc->tex_target, 0, 0, 0, tex_width[i], tex_height[i], in tc_pbo_update()
344 tc->vt->TexSubImage2D(tc->tex_target, 0, 0, 0, tex_width[i], tex_height[i], in tc_persistent_update()
489 tc->vt->TexSubImage2D(tc->tex_target, 0, 0, 0, width, height, in upload_plane()
494 tc->vt->TexSubImage2D(tc->tex_target, 0, 0, 0, width, height, in upload_plane()
501 tc->vt->TexSubImage2D(tc->tex_target, 0, 0, 0, width, height, in upload_plane()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dtexture.go67 …t.w.glctx.TexSubImage2D(gl.TEXTURE_2D, 0, dr.Min.X, dr.Min.Y, width, dr.Dy(), gl.RGBA, gl.UNSIGNED…
73 …t.w.glctx.TexSubImage2D(gl.TEXTURE_2D, 0, dr.Min.X, y, width, 1, gl.RGBA, gl.UNSIGNED_BYTE, pix[p:…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/driver/gldriver/
H A Dtexture.go67 …t.w.glctx.TexSubImage2D(gl.TEXTURE_2D, 0, dr.Min.X, dr.Min.Y, width, dr.Dy(), gl.RGBA, gl.UNSIGNED…
73 …t.w.glctx.TexSubImage2D(gl.TEXTURE_2D, 0, dr.Min.X, y, width, 1, gl.RGBA, gl.UNSIGNED_BYTE, pix[p:…
/dports/emulators/atari800/atari800-3.1.0/src/sdl/
H A Dvideo_gl.c74 …void(APIENTRY*TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const …
441 gl.TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1024, 512, in CleanDisplayTexture()
445 gl.TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1024, 512, in CleanDisplayTexture()
465 …(gl.TexSubImage2D = (void(APIENTRY*)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum… in InitGlFunctions()
723 gl.TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, VIDEOMODE_actual_width, VIDEOMODE_src_height, in SDL_VIDEO_GL_DisplayScreen()
729 gl.TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, VIDEOMODE_actual_width, VIDEOMODE_src_height, in SDL_VIDEO_GL_DisplayScreen()
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dutils.c98 gl->TexSubImage2D(target, 0, x, y, w, slice, format, type, data); in gl_upload_tex()
102 gl->TexSubImage2D(target, 0, x, y, w, y_max - y, format, type, data); in gl_upload_tex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_textures.cc192 cmds::TexSubImage2D cmd; in TEST_P()
223 cmds::TexSubImage2D cmd; in TEST_P()
447 cmds::TexSubImage2D cmd; in TEST_P()
472 cmds::TexSubImage2D cmd; in TEST_P()
2488 cmds::TexSubImage2D cmd2; in TEST_P()
2701 cmds::TexSubImage2D cmd; in TEST_P()
2734 cmds::TexSubImage2D cmd; in TEST_P()
2773 cmds::TexSubImage2D cmd; in TEST_P()
2800 cmds::TexSubImage2D cmd; in TEST_P()
3916 cmds::TexSubImage2D cmd; in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_textures.cc192 cmds::TexSubImage2D cmd; in TEST_P()
223 cmds::TexSubImage2D cmd; in TEST_P()
447 cmds::TexSubImage2D cmd; in TEST_P()
472 cmds::TexSubImage2D cmd; in TEST_P()
2488 cmds::TexSubImage2D cmd2; in TEST_P()
2701 cmds::TexSubImage2D cmd; in TEST_P()
2734 cmds::TexSubImage2D cmd; in TEST_P()
2773 cmds::TexSubImage2D cmd; in TEST_P()
2800 cmds::TexSubImage2D cmd; in TEST_P()
3920 cmds::TexSubImage2D cmd; in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/video_capture/
H A Dvideo_capture.cc93 gles2_if_->TexSubImage2D( in OnBufferReady()
102 gles2_if_->TexSubImage2D( in OnBufferReady()
108 gles2_if_->TexSubImage2D( in OnBufferReady()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/video_capture/
H A Dvideo_capture.cc93 gles2_if_->TexSubImage2D( in OnBufferReady()
102 gles2_if_->TexSubImage2D( in OnBufferReady()
108 gles2_if_->TexSubImage2D( in OnBufferReady()
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLMapShadowRenderer.cpp121 device->TexSubImage2D(IGLDevice::Texture2D, 0, x, y, 32, 1, IGLDevice::RGBA, in Update()
169 device->TexSubImage2D(IGLDevice::Texture2D, 0, 0, 0, w >> CoarseBits, in Update()
H A DGLImage.cpp77 device->TexSubImage2D(IGLDevice::Texture2D, 0, x, y, bmp->GetWidth(), bmp->GetHeight(), in SubImage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/
H A Dpaint_canvas_video_renderer.h168 static bool TexSubImage2D(unsigned target,
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dpaint_canvas_video_renderer.h178 static bool TexSubImage2D(unsigned target,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dvideo_decoder_shim.cc505 gl_->TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, y_width_, y_height_, format_, in Convert()
514 gl_->TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, y_width_, y_height_, format_, in Convert()
525 gl_->TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, uv_width_, uv_height_, format_, in Convert()
531 gl_->TexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, uv_width_, uv_height_, format_, in Convert()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/opengl/
H A Dopengl_common.h107 SetGLFunctionPointer(TexSubImage2D), in GLFunctionPointers()
162 void (*TexSubImage2D)(GLenum target, GLint level, GLint xoffset, variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/opengl/
H A Dopengl_common.h107 SetGLFunctionPointer(TexSubImage2D), in GLFunctionPointers()
162 void (*TexSubImage2D)(GLenum target, GLint level, GLint xoffset, variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_1_1_autogen.h87 ANGLE_EXPORT void GL_APIENTRY TexSubImage2D(GLenum target,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_1_1_autogen.h87 ANGLE_EXPORT void GL_APIENTRY TexSubImage2D(GLenum target,
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h129 TexSubImage2D, enumerator

12345678910>>...40