/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | pixel.c | 67 GLint skipRows = state->storeUnpack.skipRows; in FillBitmap() local 150 GLint skipRows = state->storeUnpack.skipRows; in __glFillImage() local 255 GLint skipRows = state->storePack.skipRows; in EmptyBitmap() local 377 GLint skipRows = state->storePack.skipRows; in __glEmptyImage() local
|
H A D | glxclient.h | 190 GLuint skipRows; member
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | IOStream2.cpp | 22 int skipRows = 0; in readbackPixels() local 82 int skipRows = 0; in uploadPixels() local 138 int skipRows = 0; in uploadPixels() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 1129 int height, int rowLength, int skipRows, int skipPixels, int alignment) in TexImage2DParamsCase() 1187 … int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, in TexImage3DParamsCase() 1420 … int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, in TexSubImage2DParamsCase() 1852 … int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) in TexSubImage3DParamsCase() 2397 … int height, int rowLength, int skipRows, int skipPixels, int alignment, int offset) in TexImage2DBufferCase() 2465 int rowLength, int skipRows, int skipPixels, int alignment, int offset) in TexImageCubeBufferCase() 2537 … int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, in TexImage2DArrayBufferCase() 2612 … int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, in TexImage3DBufferCase() 2687 … int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, in TexSubImage2DBufferCase() 2771 … int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, in TexSubImageCubeBufferCase() [all …]
|
H A D | es3fReadPixelsTests.cpp | 95 … GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) in ReadPixelsTest()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 428 … int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, in TexImageCubeArrayBufferCase() 504 … int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, in TexSubImageCubeArrayBufferCase() 1029 int skipRows; in init() member 1117 int skipRows; in init() member
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkBmpCodec.cpp | 660 bool SkBmpCodec::skipRows(int count) { in skipRows() function in SkBmpCodec
|
H A D | SkBmpRLECodec.cpp | 536 bool SkBmpRLECodec::skipRows(int count) { in skipRows() function in SkBmpRLECodec
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 236 …Lenum type, GLsizei width, GLsizei height, int align, int skipPixels, int skipRows, int skipImages… in computePackingOffset()
|
D | GLClientState.cpp | 1273 …RowSize, int* totalRowSize, int* pixelImageSize, int* totalImageSize, int* skipRows, int* skipImag… in getUnpackingOffsets3D()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | State.cpp | 1116 void PrivateState::setPackSkipRows(GLint skipRows) in setPackSkipRows() 1170 void PrivateState::setUnpackSkipRows(GLint skipRows) in setUnpackSkipRows()
|
H A D | angletypes.h | 527 GLint skipRows = 0; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 854 int skipRows; // (UN)PACK_SKIP_ROWS member
|