/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 263 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/ |
D | xfont.c | 267 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()
|
D | pixelstore.c | 141 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/ |
D | glx_usefont.c | 266 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/ |
D | UnpackRowLength.cpp | 49 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength); in testRowLength()
|
D | RobustClientMemoryTest.cpp | 141 glPixelStorei(GL_UNPACK_ROW_LENGTH, dataDimension + 1); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UnpackRowLength.cpp | 49 glPixelStorei(GL_UNPACK_ROW_LENGTH, rowLength); in testRowLength()
|
D | RobustClientMemoryTest.cpp | 141 glPixelStorei(GL_UNPACK_ROW_LENGTH, dataDimension + 1); in TEST_P()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_renderer.cc | 313 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/ |
D | SDL_render_gl.c | 776 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/ |
D | glcPixelStorageModesTests.cpp | 730 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/ |
D | imgui_impl_opengl2.cpp | 184 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL2_CreateFontsTexture()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.c | 70 #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()
|
D | gstglmemorypbo.c | 92 #ifndef GL_UNPACK_ROW_LENGTH 93 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | cocoawindow.m | 461 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/ |
D | imgui_impl_opengl3.cpp | 519 #ifdef GL_UNPACK_ROW_LENGTH // Not on WebGL/ES in ImGui_ImplOpenGL3_CreateFontsTexture() 520 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL3_CreateFontsTexture()
|
D | imgui_impl_opengl2.cpp | 253 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in ImGui_ImplOpenGL2_CreateFontsTexture()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1099 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/ |
D | es31fTextureSpecificationTests.cpp | 459 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/ |
D | pixelstore.c | 145 case GL_UNPACK_ROW_LENGTH: in pixel_storei()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 39 This OpenGL ES 2.0 extension adds support for GL_UNPACK_ROW_LENGTH,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 39 This OpenGL ES 2.0 extension adds support for GL_UNPACK_ROW_LENGTH,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1393 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/ |
D | APPLE_row_bytes.txt | 64 naturally start with a GL_UNPACK_ROW_LENGTH of 1 because there is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_row_bytes.txt | 64 naturally start with a GL_UNPACK_ROW_LENGTH of 1 because there is
|