Home
last modified time | relevance | path

Searched refs:unpack_row_length (Results 1 – 25 of 30) sorted by relevance

12

/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/
H A Dtexture.c94 if (state.texture.unpack_row_length && state.texture.unpack_row_length != width) { in glTexImage2D()
97 imgWidth = state.texture.unpack_row_length * pixelSize; in glTexImage2D()
227 state.texture.unpack_row_length = param; in glPixelStorei()
H A Dstate.h30 GLuint unpack_row_length, member
H A Dstack.c194 cur->unpack_row_length = state.texture.unpack_row_length; in glPushClientAttrib()
370 glPixelStorei(GL_UNPACK_ROW_LENGTH, cur->unpack_row_length); in glPopClientAttrib()
H A Dstack.h122 GLuint unpack_row_length; member
/dports/graphics/libGLU/glu-9.0.2/src/libutil/
H A Dmipmap.c62 GLint unpack_row_length; member
3844 if (psm.unpack_row_length > 0) { in gluBuild2DMipmapLevelsCore()
3845 groups_per_line = psm.unpack_row_length; in gluBuild2DMipmapLevelsCore()
4684 if (psm->unpack_row_length > 0) {
4685 groups_per_line = psm->unpack_row_length;
4898 if (psm->unpack_row_length > 0) { in fill_image()
4899 groups_per_line = psm->unpack_row_length; in fill_image()
6706 if (psm->unpack_row_length > 0) { in fillImage3D()
6707 groupsPerLine= psm->unpack_row_length; in fillImage3D()
7767 if (psm.unpack_row_length > 0) { in gluBuild3DMipmapLevelsCore()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glu/libutil/
H A Dmipmap.c62 GLint unpack_row_length; member
3844 if (psm.unpack_row_length > 0) { in gluBuild2DMipmapLevelsCore()
3845 groups_per_line = psm.unpack_row_length; in gluBuild2DMipmapLevelsCore()
4682 if (psm->unpack_row_length > 0) {
4683 groups_per_line = psm->unpack_row_length;
4896 if (psm->unpack_row_length > 0) { in fill_image()
4897 groups_per_line = psm->unpack_row_length; in fill_image()
6704 if (psm->unpack_row_length > 0) { in fillImage3D()
6705 groupsPerLine= psm->unpack_row_length; in fillImage3D()
7765 if (psm.unpack_row_length > 0) { in gluBuild3DMipmapLevelsCore()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/glu/libutil/
H A Dmipmap.cpp257 unpack_row_length = 0; in PixelStorageModes()
3899 if (psm.unpack_row_length > 0) { in gluBuild2DMipmapLevelsCore()
3900 groups_per_line = psm.unpack_row_length; in gluBuild2DMipmapLevelsCore()
4764 if (psm->unpack_row_length > 0) {
4765 groups_per_line = psm->unpack_row_length;
4979 if (psm->unpack_row_length > 0) { in fill_image()
4980 groups_per_line = psm->unpack_row_length; in fill_image()
6722 if (psm->unpack_row_length > 0) { in fillImage3D()
6723 groupsPerLine= psm->unpack_row_length; in fillImage3D()
7791 if (psm.unpack_row_length > 0) { in gluBuild3DMipmapLevelsCore()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/glu/libutil/
H A Dmipmap.cpp257 unpack_row_length = 0; in PixelStorageModes()
3899 if (psm.unpack_row_length > 0) { in gluBuild2DMipmapLevelsCore()
3900 groups_per_line = psm.unpack_row_length; in gluBuild2DMipmapLevelsCore()
4762 if (psm->unpack_row_length > 0) {
4763 groups_per_line = psm->unpack_row_length;
4976 if (psm->unpack_row_length > 0) { in fill_image()
4977 groups_per_line = psm->unpack_row_length; in fill_image()
6719 if (psm->unpack_row_length > 0) { in fillImage3D()
6720 groupsPerLine= psm->unpack_row_length; in fillImage3D()
7788 if (psm.unpack_row_length > 0) { in gluBuild3DMipmapLevelsCore()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_state_autogen.h88 GLint unpack_row_length; variable
H A Dcontext_state.cc368 api()->glPixelStoreiFn(GL_UNPACK_ROW_LENGTH, unpack_row_length); in RestoreUnpackState()
706 api()->glPixelStoreiFn(GL_UNPACK_ROW_LENGTH, unpack_row_length); in UpdateUnpackParameters()
924 params.row_length = unpack_row_length; in GetUnpackParams()
H A Dcontext_state_impl_autogen.h87 unpack_row_length = 0; in Initialize()
595 params[0] = static_cast<GLint>(unpack_row_length); in GetStateAsGLint()
1023 params[0] = static_cast<GLfloat>(unpack_row_length); in GetStateAsGLfloat()
H A Dtexture_manager.cc3377 GLint actual_width = state->unpack_row_length > 0 ? in DoTexSubImageWithAlignmentWorkaround()
3378 state->unpack_row_length : args.width; in DoTexSubImageWithAlignmentWorkaround()
3409 GLint actual_width = state->unpack_row_length > 0 ? in DoTexSubImageWithAlignmentWorkaround()
3410 state->unpack_row_length : args.width; in DoTexSubImageWithAlignmentWorkaround()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_state_autogen.h88 GLint unpack_row_length; variable
H A Dcontext_state.cc370 api()->glPixelStoreiFn(GL_UNPACK_ROW_LENGTH, unpack_row_length); in RestoreUnpackState()
705 api()->glPixelStoreiFn(GL_UNPACK_ROW_LENGTH, unpack_row_length); in UpdateUnpackParameters()
923 params.row_length = unpack_row_length; in GetUnpackParams()
H A Dcontext_state_impl_autogen.h87 unpack_row_length = 0; in Initialize()
595 params[0] = static_cast<GLint>(unpack_row_length); in GetStateAsGLint()
1023 params[0] = static_cast<GLfloat>(unpack_row_length); in GetStateAsGLfloat()
H A Dtexture_manager.cc3362 GLint actual_width = state->unpack_row_length > 0 ? in DoTexSubImageWithAlignmentWorkaround()
3363 state->unpack_row_length : args.width; in DoTexSubImageWithAlignmentWorkaround()
3394 GLint actual_width = state->unpack_row_length > 0 ? in DoTexSubImageWithAlignmentWorkaround()
3395 state->unpack_row_length : args.width; in DoTexSubImageWithAlignmentWorkaround()
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_texture.c1188 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_upload()
1243 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_upload()
1511 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_update()
1534 async->unpack_row_length = tex->gc->shared->info.unpack_row_length; in evas_gl_common_texture_update()
1653 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_alpha_update()
1751 if (!subimage || tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_rgb_a_pair_update()
1753 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_rgb_a_pair_update()
1960 if ((tex->gc->shared->info.unpack_row_length) && (rows[0] && rows[h])) in evas_gl_common_texture_yuv_update()
2200 if (tex->gc->shared->info.unpack_row_length) in evas_gl_common_texture_nv12_update()
H A Devas_gl_common.h159 Eina_Bool unpack_row_length : 1; member
528 Eina_Bool unpack_row_length; member
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dgl.cc513 int unpack_row_length = 0; member
1250 ctx->unpack_row_length = param; in PixelStorei()
1386 assert(ctx->unpack_row_length == 0 || ctx->unpack_row_length >= width); in TexSubImage2D()
1388 ctx->unpack_row_length != 0 ? ctx->unpack_row_length : width; in TexSubImage2D()
1423 assert(ctx->unpack_row_length == 0 || ctx->unpack_row_length >= width); in TexSubImage3D()
1425 ctx->unpack_row_length != 0 ? ctx->unpack_row_length : width; in TexSubImage3D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dvideo_resource_updater.cc1188 GLuint unpack_row_length = kDefaultUnpackRowLength; in CreateForSoftwarePlanes() local
1206 unpack_row_length = video_stride_bytes / bytes_per_element; in CreateForSoftwarePlanes()
1255 gl->PixelStorei(GL_UNPACK_ROW_LENGTH, unpack_row_length); in CreateForSoftwarePlanes()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc762 int unpack_row_length = 0; member
1585 ctx->unpack_row_length = param; in PixelStorei()
1770 assert(ctx->unpack_row_length == 0 || ctx->unpack_row_length >= width); in TexSubImage2D()
1772 ctx->unpack_row_length != 0 ? ctx->unpack_row_length : width; in TexSubImage2D()
/dports/www/firefox/firefox-99.0/gfx/wr/swgl/src/
H A Dgl.cc778 int unpack_row_length = 0; member
1612 ctx->unpack_row_length = param; in PixelStorei()
1801 assert(ctx->unpack_row_length == 0 || ctx->unpack_row_length >= width); in TexSubImage2D()
1803 ctx->unpack_row_length != 0 ? ctx->unpack_row_length : width; in TexSubImage2D()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc762 int unpack_row_length = 0; member
1585 ctx->unpack_row_length = param; in PixelStorei()
1770 assert(ctx->unpack_row_length == 0 || ctx->unpack_row_length >= width); in TexSubImage2D()
1772 ctx->unpack_row_length != 0 ? ctx->unpack_row_length : width; in TexSubImage2D()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DGLU44 GLint unpack_row_length;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DGLU44 GLint unpack_row_length;

12