Home
last modified time | relevance | path

Searched refs:GL_UNPACK_SKIP_ROWS (Results 1 - 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c112 glPixelStorei (GL_UNPACK_SKIP_ROWS, 0);
267 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows); in glXUseXFont()
277 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in glXUseXFont()
370 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows); in glXUseXFont()
/third_party/mesa3d/src/glx/
H A Dxfont.c116 glPixelStorei (GL_UNPACK_SKIP_ROWS, 0);
268 glGetIntegerv(GL_UNPACK_SKIP_ROWS, &skiprows); in DRI_glXUseXFont()
278 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in DRI_glXUseXFont()
370 glPixelStorei(GL_UNPACK_SKIP_ROWS, skiprows); in DRI_glXUseXFont()
H A Dpixelstore.c157 case GL_UNPACK_SKIP_ROWS: in __indirect_glPixelStoref()
298 case GL_UNPACK_SKIP_ROWS: in __indirect_glPixelStorei()
H A Dsingle2.c278 case GL_UNPACK_SKIP_ROWS: in get_client_data()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp731 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, m_subcuboid_y0); in createTexture()
746 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in createTexture()
1028 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, m_subcuboid_y0); in createTexture()
1045 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in createTexture()
1491 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, m_subcuboid_y0); in createTexture()
1510 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in createTexture()
1892 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, m_subcuboid_y0); in createTexture()
1915 gl.glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in createTexture()
H A DglcPackedPixelsTests.cpp658 modeMap[GL_UNPACK_SKIP_ROWS] = "GL_UNPACK_SKIP_ROWS"; in getModeStr()
930 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, up.skipRows); in applyInitialStorageModes()
3644 GLenum commonIntModes[] = { GL_UNPACK_ROW_LENGTH, GL_UNPACK_SKIP_ROWS, GL_UNPACK_SKIP_PIXELS, in iterate()
3753 { GL_UNPACK_SKIP_ROWS, &up.skipRows, 0 }, in iterate()
3754 { GL_UNPACK_SKIP_ROWS, &up.skipRows, 1 }, in iterate()
3755 { GL_UNPACK_SKIP_ROWS, &up.skipRows, 2 }, in iterate()
3825 else if (parameter == GL_UNPACK_SKIP_ROWS) in iterate()
/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c167 case GL_UNPACK_SKIP_ROWS: in pixel_storei()
H A Dattrib.c1409 _mesa_PixelStorei(GL_UNPACK_SKIP_ROWS, 0); in _mesa_ClientAttribDefaultEXT()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp461 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
568 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
753 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in createTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1100 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
1172 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
1409 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
1841 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2343 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2420 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2499 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2581 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2671 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows); in createTexture()
2770 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRow in createTexture()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp436 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0); in resetStateES()
1088 gl.pixelStorei (GL_UNPACK_SKIP_ROWS, 0); in resetStateGLCore()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp4659 case GL_UNPACK_SKIP_ROWS: in ValidatePixelStorei()
4714 case GL_UNPACK_SKIP_ROWS: in ValidatePixelStorei()
H A DState.cpp2699 case GL_UNPACK_SKIP_ROWS:
H A Dqueryutils.cpp3480 case GL_UNPACK_SKIP_ROWS: in GetQueryParameterInfo()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp2389 case GL_UNPACK_SKIP_ROWS: in getIntegerv()
2665 case GL_UNPACK_SKIP_ROWS: in getQueryParameterInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h204 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
H A DStateManagerGL.cpp562 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_ROWS, mUnpackSkipRows)); in setPixelUnpackState()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h676 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
H A Dgl3.h676 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/third_party/mesa3d/include/GL/
H A Dgl.h600 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h657 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
H A Dgl31.h657 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h676 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h676 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro
H A Dgl31.h678 #define GL_UNPACK_SKIP_ROWS 0x0CF3 macro

Completed in 93 milliseconds

12