Searched defs:skipPixels (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glx/ |
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
|
D | glxclient.h | 191 GLuint skipPixels; member
|
/external/deqp/modules/gles3/functional/ |
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 …]
|
D | es3fReadPixelsTests.cpp | 95 … GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) in ReadPixelsTest()
|
/external/deqp/modules/gles31/functional/ |
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
|
/external/angle/src/libANGLE/ |
D | State.cpp | 1147 void PrivateState::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() 1196 void PrivateState::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels()
|
D | angletypes.h | 528 GLint skipPixels = 0; member
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 853 int skipPixels; // (UN)PACK_SKIP_PIXELS member
|