Home
last modified time | relevance | path

Searched refs:unpackSkipPixels (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.h19 int unpackSkipPixels,
32 int unpackSkipPixels,
42 int unpackSkipPixels,
DGLESTextureUtils.cpp255 int unpackSkipPixels, in computeTextureStartEnd() argument
268 …ckingOffset(format, type, inputWidth, inputHeight, unpackAlignment, unpackSkipPixels, unpackSkipRo… in computeTextureStartEnd()
294 int unpackSkipPixels, in computeTotalImageSize() argument
305 unpackSkipPixels, in computeTotalImageSize()
320 int unpackSkipPixels, in computeNeededBufferSize() argument
332 unpackSkipPixels, in computeNeededBufferSize()
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DTextureUtils.h123 GLint unpackSkipPixels; variable
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DTextureUtils.cpp1253 unpackSkipPixels = unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, kUnpackSkipPixels); in TextureUnpackReset()
1263 unpackCheckAndUpdate(GL_UNPACK_SKIP_PIXELS, unpackSkipPixels); in ~TextureUnpackReset()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DTextureTest.cpp5417 const GLuint unpackSkipPixels = 1u; in TEST_P() local
5429 std::vector<GLColor> pixelsGreen((height - 1u) * unpackRowLength + width + unpackSkipPixels, in TEST_P()
5432 for (GLuint skippedPixel = 0u; skippedPixel < unpackSkipPixels; ++skippedPixel) in TEST_P()
5442 glPixelStorei(GL_UNPACK_SKIP_PIXELS, unpackSkipPixels); in TEST_P()