HomeSort by relevance Sort by last modified time
    Searched refs:skipPixels (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/glx/
pixel.c 89 GLint skipPixels = state->storeUnpack.skipPixels;
110 ((skipPixels * components) >> 3);
111 bitOffset = (skipPixels * components) & 7;
172 GLint skipPixels = state->storeUnpack.skipPixels;
211 skipRows * rowSize + skipPixels * groupSize;
277 GLint skipPixels = state->storePack.skipPixels;
309 ((skipPixels * components) >> 3)
    [all...]
pixelstore.c 109 state->storePack.skipPixels = a;
170 state->storeUnpack.skipPixels = a;
254 state->storePack.skipPixels = param;
309 state->storeUnpack.skipPixels = param;
single2.c 260 *data = (GLintptr) state->storePack.skipPixels;
284 *data = (GLintptr) state->storeUnpack.skipPixels;
glxclient.h 176 GLuint skipPixels;
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 368 GLint skipPixels = 0;
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;
457 while (skipPixels < width) {
458 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH);
462 type, 0, skipPixels);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
es3fReadPixelsTests.cpp 69 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)
100 , m_skipPixels (skipPixels)
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 409 int skipPixels,
418 , m_skipPixels (skipPixels)
496 int skipPixels,
511 , m_skipPixels (skipPixels)
875 int skipPixels;
909 parameterCases[ndx].skipPixels,
    [all...]

Completed in 727 milliseconds