/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | pixel.c | 66 GLint skipPixels = state->storeUnpack.skipPixels; in FillBitmap() local 149 GLint skipPixels = state->storeUnpack.skipPixels; in __glFillImage() local 254 GLint skipPixels = state->storePack.skipPixels; in EmptyBitmap() local 376 GLint skipPixels = state->storePack.skipPixels; in __glEmptyImage() local
|
H A D | glxclient.h | 191 GLuint skipPixels; member
|
/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() 1188 int skipPixels, int alignment) in TexImage3DParamsCase() 1421 int skipPixels, int alignment) 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() 2538 int skipPixels, int alignment, int offset) in TexImage2DArrayBufferCase() 2613 int skipPixels, int alignment, int offset) in TexImage3DBufferCase() 2688 int skipPixels, int alignment, int offset) 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() 1030 int skipPixels; in init() member 1118 int skipPixels; in init() member
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 236 …Lenum format, GLenum type, GLsizei width, GLsizei height, int align, int skipPixels, int skipRows,… in computePackingOffset()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | State.cpp | 1122 void PrivateState::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() 1176 void PrivateState::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels()
|
H A D | angletypes.h | 528 GLint skipPixels = 0; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 853 int skipPixels; // (UN)PACK_SKIP_PIXELS member
|