Searched defs:skipPixels (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp69 ReadPixelsTest (Context& context, const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format = GL_RGBA, GLenum type = GL_UNSIGNED_BYTE);
92 ReadPixelsTest::ReadPixelsTest (Context& context, const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) argument
100 , m_skipPixels (skipPixels)
H A Des3fTextureSpecificationTests.cpp1066 TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) argument
1071 , m_skipPixels (skipPixels)
1132 int skipPixels,
1140 , m_skipPixels (skipPixels)
1362 int skipPixels,
1372 , m_skipPixels (skipPixels)
1781 int skipPixels,
1795 , m_skipPixels (skipPixels)
2300 int skipPixels,
2307 , m_skipPixels (skipPixels)
1121 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
1350 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
1764 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
2292 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
2365 TexImageCubeBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int rowLength, int skipRows, int skipPixels, int alignment, int offset) argument
2441 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
2523 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
2605 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
2694 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
2795 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
2906 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
3568 int skipPixels; member in struct:deqp::gles3::Functional::__anon3413
3612 int skipPixels; member in struct:deqp::gles3::Functional::__anon3414
3786 int skipPixels; member in struct:deqp::gles3::Functional::__anon3415
3837 int skipPixels; member in struct:deqp::gles3::Functional::__anon3416
3994 int skipPixels; member in struct:deqp::gles3::Functional::__anon3417
4045 int skipPixels; member in struct:deqp::gles3::Functional::__anon3418
4168 int skipPixels; member in struct:deqp::gles3::Functional::__anon3419
4230 int skipPixels; member in struct:deqp::gles3::Functional::__anon3420
[all...]
/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 Dglxclient.h176 GLuint skipPixels; member in struct:__GLXpixelStoreModeRec
/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/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::__anon3727
909 parameterCases[ndx].skipPixels,
964 int skipPixels; member in struct:deqp::gles31::Functional::__anon3728
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 504 milliseconds