Searched refs:skipPixels (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c89 GLint skipPixels = state->storeUnpack.skipPixels; local
110 ((skipPixels * components) >> 3);
111 bitOffset = (skipPixels * components) & 7;
172 GLint skipPixels = state->storeUnpack.skipPixels; local
211 skipRows * rowSize + skipPixels * groupSize;
277 GLint skipPixels = state->storePack.skipPixels; local
309 ((skipPixels * component
399 GLint skipPixels = state->storePack.skipPixels; local
[all...]
H A Dpixelstore.c109 state->storePack.skipPixels = a;
170 state->storeUnpack.skipPixels = a;
254 state->storePack.skipPixels = param;
309 state->storeUnpack.skipPixels = param;
H A Dsingle2.c260 *data = (GLintptr) state->storePack.skipPixels;
284 *data = (GLintptr) state->storeUnpack.skipPixels;
H A Dglxclient.h176 GLuint skipPixels; member in struct:__GLXpixelStoreModeRec
/external/mesa3d/src/glx/
H A Dpixel.c89 GLint skipPixels = state->storeUnpack.skipPixels; local
110 ((skipPixels * components) >> 3);
111 bitOffset = (skipPixels * components) & 7;
172 GLint skipPixels = state->storeUnpack.skipPixels; local
211 skipRows * rowSize + skipPixels * groupSize;
277 GLint skipPixels = state->storePack.skipPixels; local
309 ((skipPixels * component
399 GLint skipPixels = state->storePack.skipPixels; local
[all...]
H A Dpixelstore.c109 state->storePack.skipPixels = a;
170 state->storeUnpack.skipPixels = a;
254 state->storePack.skipPixels = param;
309 state->storeUnpack.skipPixels = param;
H A Dsingle2.c260 *data = (GLintptr) state->storePack.skipPixels;
284 *data = (GLintptr) state->storeUnpack.skipPixels;
H A Dglxclient.h176 GLuint skipPixels; member in struct:__GLXpixelStoreModeRec
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c368 GLint skipPixels = 0; local
371 while (skipPixels < width) {
372 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
379 row, skipPixels);
384 span.x = x + skipPixels;
398 skipPixels += spanWidth;
452 GLint skipPixels = 0; local
457 while (skipPixels < width) {
458 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
462 type, 0, skipPixels);
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c368 GLint skipPixels = 0; local
371 while (skipPixels < width) {
372 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
379 row, skipPixels);
384 span.x = x + skipPixels;
398 skipPixels += spanWidth;
452 GLint skipPixels = 0; local
457 while (skipPixels < width) {
458 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
462 type, 0, skipPixels);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1054 TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) argument
1059 , m_skipPixels (skipPixels)
1120 int skipPixels,
1128 , m_skipPixels (skipPixels)
1350 int skipPixels,
1360 , m_skipPixels (skipPixels)
1769 int skipPixels,
1783 , m_skipPixels (skipPixels)
2288 int skipPixels,
2295 , m_skipPixels (skipPixels)
1109 TexImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
1338 TexSubImage2DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment) argument
1752 TexSubImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
2280 TexImage2DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2353 TexImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2429 TexImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2511 TexImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2593 TexSubImage2DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2682 TexSubImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int subX, int subY, int subW, int subH, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2783 TexSubImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2894 TexSubImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
3556 int skipPixels; member in struct:deqp::gles3::Functional::__anon20114
3600 int skipPixels; member in struct:deqp::gles3::Functional::__anon20115
3774 int skipPixels; member in struct:deqp::gles3::Functional::__anon20116
3825 int skipPixels; member in struct:deqp::gles3::Functional::__anon20117
3982 int skipPixels; member in struct:deqp::gles3::Functional::__anon20118
4033 int skipPixels; member in struct:deqp::gles3::Functional::__anon20119
4156 int skipPixels; member in struct:deqp::gles3::Functional::__anon20120
4218 int skipPixels; member in struct:deqp::gles3::Functional::__anon20121
[all...]
H A Des3fReadPixelsTests.cpp61 ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
83 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, bool chooseFormat, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) argument
90 , m_skipPixels (skipPixels)
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp409 int skipPixels,
418 , m_skipPixels (skipPixels)
496 int skipPixels,
511 , m_skipPixels (skipPixels)
875 int skipPixels; member in struct:deqp::gles31::Functional::__anon20363
909 parameterCases[ndx].skipPixels,
964 int skipPixels; member in struct:deqp::gles31::Functional::__anon20364
1014 paramCases[ndx].skipPixels,
399 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
480 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument

Completed in 320 milliseconds