Home
last modified time | relevance | path

Searched refs:skipPixels (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/
Dpixel.c89 GLint skipPixels = state->storeUnpack.skipPixels; in FillBitmap() local
110 ((skipPixels * components) >> 3); in FillBitmap()
111 bitOffset = (skipPixels * components) & 7; in FillBitmap()
172 GLint skipPixels = state->storeUnpack.skipPixels; in __glFillImage() local
211 skipRows * rowSize + skipPixels * groupSize; in __glFillImage()
277 GLint skipPixels = state->storePack.skipPixels; in EmptyBitmap() local
309 ((skipPixels * components) >> 3); in EmptyBitmap()
310 bitOffset = (skipPixels * components) & 7; in EmptyBitmap()
399 GLint skipPixels = state->storePack.skipPixels; in __glEmptyImage() local
438 skipRows * rowSize + skipPixels * groupSize; in __glEmptyImage()
Dpixelstore.c109 state->storePack.skipPixels = a; in __indirect_glPixelStoref()
170 state->storeUnpack.skipPixels = a; in __indirect_glPixelStoref()
254 state->storePack.skipPixels = param; in __indirect_glPixelStorei()
309 state->storeUnpack.skipPixels = param; in __indirect_glPixelStorei()
Dsingle2.c260 *data = (GLintptr) state->storePack.skipPixels; in get_client_data()
284 *data = (GLintptr) state->storeUnpack.skipPixels; in get_client_data()
Dglxclient.h176 GLuint skipPixels; member
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c368 GLint skipPixels = 0; in draw_depth_pixels() local
371 while (skipPixels < width) { in draw_depth_pixels()
372 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_depth_pixels()
379 row, skipPixels); in draw_depth_pixels()
384 span.x = x + skipPixels; in draw_depth_pixels()
398 skipPixels += spanWidth; in draw_depth_pixels()
452 GLint skipPixels = 0; in draw_rgba_pixels() local
457 while (skipPixels < width) { in draw_rgba_pixels()
458 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_rgba_pixels()
462 type, 0, skipPixels); in draw_rgba_pixels()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1066 … internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) in TexImage2DParamsCase() argument
1071 , m_skipPixels (skipPixels) in TexImage2DParamsCase()
1132 int skipPixels, in TexImage3DParamsCase() argument
1140 , m_skipPixels (skipPixels) in TexImage3DParamsCase()
1362 int skipPixels, in TexSubImage2DParamsCase() argument
1372 , m_skipPixels (skipPixels) in TexSubImage2DParamsCase()
1781 int skipPixels, in TexSubImage3DParamsCase() argument
1795 , m_skipPixels (skipPixels) in TexSubImage3DParamsCase()
2300 int skipPixels, in TexImage2DBufferCase() argument
2307 , m_skipPixels (skipPixels) in TexImage2DBufferCase()
[all …]
Des3fReadPixelsTests.cpp69 …tion, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format =…
92 …tion, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, … in ReadPixelsTest() argument
100 , m_skipPixels (skipPixels) in ReadPixelsTest()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp409 int skipPixels, in TexImageCubeArrayBufferCase() argument
418 , m_skipPixels (skipPixels) in TexImageCubeArrayBufferCase()
496 int skipPixels, in TexSubImageCubeArrayBufferCase() argument
511 , m_skipPixels (skipPixels) in TexSubImageCubeArrayBufferCase()
875 int skipPixels; in init() member
909 parameterCases[ndx].skipPixels, in init()
964 int skipPixels; in init() member
1014 paramCases[ndx].skipPixels, in init()