Searched defs:skipPixels (Results  1 – 9 of 9) sorted by relevance
| /external/mesa3d/src/glx/ | 
| D | pixel.c | 89    GLint skipPixels = state->storeUnpack.skipPixels;  in FillBitmap()  local172    GLint skipPixels = state->storeUnpack.skipPixels;  in __glFillImage()  local
 277    GLint skipPixels = state->storePack.skipPixels;  in EmptyBitmap()  local
 399    GLint skipPixels = state->storePack.skipPixels;  in __glEmptyImage()  local
 
 | 
| D | glxclient.h | 188    GLuint skipPixels;  member
 | 
| /external/deqp/modules/gles3/functional/ | 
| D | es3fTextureSpecificationTests.cpp | 1066 … internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment)  in TexImage2DParamsCase()1131 						   int			skipPixels,  in TexImage3DParamsCase()
 1361 							 int			skipPixels,  in TexSubImage2DParamsCase()
 1780 							 int			skipPixels,  in TexSubImage3DParamsCase()
 2299 						  int			skipPixels,  in TexImage2DBufferCase()
 2371 							int			skipPixels,  in TexImageCubeBufferCase()
 2451 							   int			skipPixels,  in TexImage2DArrayBufferCase()
 2533 						  int			skipPixels,  in TexImage3DBufferCase()
 2616 							 int			skipPixels,  in TexSubImage2DBufferCase()
 2704 								 int			skipPixels,  in TexSubImageCubeBufferCase()
 [all …]
 
 | 
| D | es3fReadPixelsTests.cpp | 92 …ription, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum forma…  in ReadPixelsTest()
 | 
| /external/mesa3d/src/mesa/swrast/ | 
| D | s_drawpix.c | 378       GLint skipPixels = 0;  in draw_depth_pixels()  local459       GLint skipPixels = 0;  in draw_rgba_pixels()  local
 
 | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fTextureSpecificationTests.cpp | 413 							   int			skipPixels,  in TexImageCubeArrayBufferCase()500 								 int			skipPixels,  in TexSubImageCubeArrayBufferCase()
 879 			int			skipPixels;  in init()  member
 968 			int			skipPixels;  in init()  member
 
 | 
| /external/angle/src/libANGLE/ | 
| D | State.cpp | 1069 void PrivateState::setPackSkipPixels(GLint skipPixels)  in setPackSkipPixels()1105 void PrivateState::setUnpackSkipPixels(GLint skipPixels)  in setUnpackSkipPixels()
 
 | 
| D | angletypes.h | 497     GLint skipPixels  = 0;  member
 | 
| /external/deqp/external/openglcts/modules/common/ | 
| D | glcPackedPixelsTests.cpp | 574 	int skipPixels;			  // (UN)PACK_SKIP_PIXELS  member
 |