Searched defs:skipPixels (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | pixel.c | 89 GLint skipPixels = state->storeUnpack.skipPixels; in FillBitmap() local 172 GLint skipPixels = state->storeUnpack.skipPixels; in __glFillImage() local 277 GLint skipPixels = state->storePack.skipPixels; in EmptyBitmap() local 399 GLint skipPixels = state->storePack.skipPixels; in __glEmptyImage() local
|
D | glxclient.h | 190 GLuint skipPixels; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1066 … internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) in TexImage2DParamsCase() 1131 int skipPixels, in TexImage3DParamsCase() 1361 int skipPixels, in TexSubImage2DParamsCase() 1780 int skipPixels, in TexSubImage3DParamsCase() 2299 int skipPixels, in TexImage2DBufferCase() 2371 int skipPixels, in TexImageCubeBufferCase() 2451 int skipPixels, in TexImage2DArrayBufferCase() 2533 int skipPixels, in TexImage3DBufferCase() 2616 int skipPixels, in TexSubImage2DBufferCase() 2704 int skipPixels, in TexSubImageCubeBufferCase() [all …]
|
D | es3fReadPixelsTests.cpp | 92 …ription, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum forma… in ReadPixelsTest()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 378 GLint skipPixels = 0; in draw_depth_pixels() local 459 GLint skipPixels = 0; in draw_rgba_pixels() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 413 int skipPixels, in TexImageCubeArrayBufferCase() 500 int skipPixels, in TexSubImageCubeArrayBufferCase() 879 int skipPixels; in init() member 968 int skipPixels; in init() member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 50 GLint skipPixels = 0; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 1730 void State::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() 1766 void State::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels()
|
D | angletypes.h | 368 GLint skipPixels = 0; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 2291 void State::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() 2327 void State::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels()
|
D | angletypes.h | 460 GLint skipPixels = 0; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 890 void Context::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() 910 void Context::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 574 int skipPixels; // (UN)PACK_SKIP_PIXELS member
|