Home
last modified time | relevance | path

Searched refs:GL_UNPACK_ROW_LENGTH (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/mesa3d/src/mesa/drivers/x11/
Dxfonts.c263 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength); in Fake_glXUseXFont()
273 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in Fake_glXUseXFont()
366 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in Fake_glXUseXFont()
/third_party/mesa3d/src/glx/
Dxfont.c267 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength); in DRI_glXUseXFont()
277 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in DRI_glXUseXFont()
369 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in DRI_glXUseXFont()
Dpixelstore.c141 case GL_UNPACK_ROW_LENGTH: in __indirect_glPixelStoref()
284 case GL_UNPACK_ROW_LENGTH: in __indirect_glPixelStorei()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c266 glGetIntegerv(GL_UNPACK_ROW_LENGTH, &rowlength); in glXUseXFont()
276 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in glXUseXFont()
369 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowlength); in glXUseXFont()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackRowLength.cpp49 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength); in testRowLength()
DRobustClientMemoryTest.cpp141 glPixelStorei(GL_UNPACK_ROW_LENGTH, dataDimension + 1); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackRowLength.cpp49 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength); in testRowLength()
DRobustClientMemoryTest.cpp141 glPixelStorei(GL_UNPACK_ROW_LENGTH, dataDimension + 1); in TEST_P()
/third_party/cef/tests/cefclient/browser/
Dosr_renderer.cc313 glPixelStorei(GL_UNPACK_ROW_LENGTH, view_width_); in OnPaint()
366 glPixelStorei(GL_UNPACK_ROW_LENGTH, width); in OnPaint()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c776 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, in GL_CreateTexture()
867 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, (pitch / texturebpp)); in GL_UpdateTexture()
872 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, (pitch / 2)); in GL_UpdateTexture()
898 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, (pitch / 2)); in GL_UpdateTexture()
927 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, Ypitch); in GL_UpdateTextureYUV()
932 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, Upitch); in GL_UpdateTextureYUV()
938 renderdata->glPixelStorei(GL_UNPACK_ROW_LENGTH, Vpitch); in GL_UpdateTextureYUV()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp730 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, m_cuboid_w); in createTexture()
744 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in createTexture()
1026 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, m_cuboid_w); in createTexture()
1043 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in createTexture()
1490 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, m_cuboid_w); in createTexture()
1509 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in createTexture()
1890 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, m_cuboid_w); in createTexture()
1913 gl.glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in createTexture()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl2.cpp184 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL2_CreateFontsTexture()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c70 #ifndef GL_UNPACK_ROW_LENGTH
71 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
559 gl->PixelStorei (GL_UNPACK_ROW_LENGTH, gl_mem->unpack_length); in gst_gl_memory_texsubimage()
583 gl->PixelStorei (GL_UNPACK_ROW_LENGTH, 0); in gst_gl_memory_texsubimage()
Dgstglmemorypbo.c92 #ifndef GL_UNPACK_ROW_LENGTH
93 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m461 glPixelStorei (GL_UNPACK_ROW_LENGTH, width);
483 // glPixelStorei (GL_UNPACK_ROW_LENGTH, 0); WHY ??
503 glPixelStorei (GL_UNPACK_ROW_LENGTH, width);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_opengl3.cpp519 #ifdef GL_UNPACK_ROW_LENGTH // Not on WebGL/ES in ImGui_ImplOpenGL3_CreateFontsTexture()
520 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL3_CreateFontsTexture()
Dimgui_impl_opengl2.cpp253 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL2_CreateFontsTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1099 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
1170 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
1408 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
1839 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2342 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2419 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2497 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2579 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2670 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
2769 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp459 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
566 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture()
751 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength); in createTexture()
/third_party/mesa3d/src/mesa/main/
Dpixelstore.c145 case GL_UNPACK_ROW_LENGTH: in pixel_storei()
/third_party/openGLES/extensions/EXT/
DEXT_unpack_subimage.txt39 This OpenGL ES 2.0 extension adds support for GL_UNPACK_ROW_LENGTH,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_unpack_subimage.txt39 This OpenGL ES 2.0 extension adds support for GL_UNPACK_ROW_LENGTH,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1393 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, in DoTexSubImage()
1413 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); in DoTexSubImage()
1452 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, in DoTexSubImage()
1465 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); in DoTexSubImage()
/third_party/openGLES/extensions/APPLE/
DAPPLE_row_bytes.txt64 naturally start with a GL_UNPACK_ROW_LENGTH of 1 because there is
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_row_bytes.txt64 naturally start with a GL_UNPACK_ROW_LENGTH of 1 because there is

1234