Searched refs:unpackSkipPixels (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.h | 19 int unpackSkipPixels, 32 int unpackSkipPixels, 42 int unpackSkipPixels,
|
D | GLESTextureUtils.cpp | 255 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/ |
D | TextureUtils.h | 123 GLint unpackSkipPixels; variable
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 1253 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/ |
D | TextureTest.cpp | 5417 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()
|