/third_party/mesa3d/src/glx/ |
D | pixel.c | 90 GLint skipRows = state->storeUnpack.skipRows; in FillBitmap() local 173 GLint skipRows = state->storeUnpack.skipRows; in __glFillImage() local 278 GLint skipRows = state->storePack.skipRows; in EmptyBitmap() local 400 GLint skipRows = state->storePack.skipRows; in __glEmptyImage() local
|
D | glxclient.h | 193 GLuint skipRows; member
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1066 … desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels… in TexImage2DParamsCase() 1130 int skipRows, in TexImage3DParamsCase() 1360 int skipRows, in TexSubImage2DParamsCase() 1779 int skipRows, in TexSubImage3DParamsCase() 2298 int skipRows, in TexImage2DBufferCase() 2370 int skipRows, in TexImageCubeBufferCase() 2450 int skipRows, in TexImage2DArrayBufferCase() 2532 int skipRows, in TexImage3DBufferCase() 2615 int skipRows, in TexSubImage2DBufferCase() 2703 int skipRows, in TexSubImageCubeBufferCase() [all …]
|
D | es3fReadPixelsTests.cpp | 92 … const char* description, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPix… in ReadPixelsTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 412 int skipRows, in TexImageCubeArrayBufferCase() 499 int skipRows, in TexSubImageCubeArrayBufferCase() 878 int skipRows; in init() member 967 int skipRows; in init() member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 49 GLint skipRows = 0; member
|
/third_party/flutter/skia/src/codec/ |
D | SkBmpCodec.cpp | 643 bool SkBmpCodec::skipRows(int count) { in skipRows() function in SkBmpCodec
|
D | SkBmpRLECodec.cpp | 523 bool SkBmpRLECodec::skipRows(int count) { in skipRows() function in SkBmpRLECodec
|
/third_party/skia/src/codec/ |
D | SkBmpCodec.cpp | 646 bool SkBmpCodec::skipRows(int count) { in skipRows() function in SkBmpCodec
|
D | SkBmpRLECodec.cpp | 526 bool SkBmpRLECodec::skipRows(int count) { in skipRows() function in SkBmpRLECodec
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 1724 void State::setPackSkipRows(GLint skipRows) in setPackSkipRows() 1760 void State::setUnpackSkipRows(GLint skipRows) in setUnpackSkipRows()
|
D | angletypes.h | 367 GLint skipRows = 0; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.cpp | 2285 void State::setPackSkipRows(GLint skipRows) in setPackSkipRows() 2321 void State::setUnpackSkipRows(GLint skipRows) in setUnpackSkipRows()
|
D | angletypes.h | 459 GLint skipRows = 0; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 895 void Context::setPackSkipRows(GLint skipRows) in setPackSkipRows() 915 void Context::setUnpackSkipRows(GLint skipRows) in setUnpackSkipRows()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 2428 uint32_t skipRows = region.imageExtent.height - height; in onReadPixels() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 575 int skipRows; // (UN)PACK_SKIP_ROWS member
|