Home
last modified time | relevance | path

Searched defs:rowLength (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/glx/
Dpixel.c87 GLint rowLength = state->storeUnpack.rowLength; in FillBitmap() local
169 GLint rowLength = state->storeUnpack.rowLength; in __glFillImage() local
275 GLint rowLength = state->storePack.rowLength; in EmptyBitmap() local
396 GLint rowLength = state->storePack.rowLength; in __glEmptyImage() local
Dglxclient.h190 GLuint rowLength; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackRowLength.cpp47 void testRowLength(int texSize, int rowLength) in testRowLength()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackRowLength.cpp47 void testRowLength(int texSize, int rowLength) in testRowLength()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1066 …me, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows,… in TexImage2DParamsCase()
1081 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1128 int rowLength, in TexImage3DParamsCase()
1149 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1359 int rowLength, in TexSubImage2DParamsCase()
1396 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
1777 int rowLength, in TexSubImage3DParamsCase()
1825 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
2297 int rowLength, in TexImage2DBufferCase()
2317 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels; in createTexture() local
[all …]
Des3fReadPixelsTests.cpp92 …const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRo… in ReadPixelsTest()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp410 int rowLength, in TexImageCubeArrayBufferCase()
433 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; in createTexture() local
497 int rowLength, in TexSubImageCubeArrayBufferCase()
548 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
726 int rowLength = m_size; in createTexture() local
876 int rowLength; in init() member
965 int rowLength; in init() member
/third_party/node/deps/npm/node_modules/wrap-ansi/
Dindex.js107 let rowLength = stringWidth(rows[rows.length - 1]); variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp48 GLint rowLength = 0; member
/third_party/flutter/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp324 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); in setTextureData() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1181 GLint rowLength, in computeRowPitch()
1216 GLint rowLength, in computeDepthPitch()
DState.cpp1718 void State::setPackRowLength(GLint rowLength) in setPackRowLength()
1742 void State::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
Dangletypes.h366 GLint rowLength = 0; member
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferTestUtil.cpp370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1657 GLint rowLength, in computeRowPitch()
1705 GLint rowLength, in computeDepthPitch()
DState.cpp2279 void State::setPackRowLength(GLint rowLength) in setPackRowLength()
2303 void State::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
Dangletypes.h458 GLint rowLength = 0; member
/third_party/vk-gl-cts/modules/glshared/
DglsBufferTestUtil.cpp531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp995 GrGLint rowLength = static_cast<GrGLint>(rowBytes / dataBpp); in allocate_and_populate_texture() local
1044 GrGLint rowLength = static_cast<GrGLint>(rowBytes / dataBpp); in allocate_and_populate_texture() local
1201 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); in uploadTexData() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp885 void Context::setPackRowLength(GLint rowLength) in setPackRowLength()
900 void Context::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp567 int rowLength; // number of groups in the row member
1208 int rowLength = m_unpackProperties.rowLength; in makeGradient() local
/third_party/skia/src/core/
DSkAAClip.cpp912 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
/third_party/flutter/skia/src/core/
DSkAAClip.cpp219 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp764 deUint32 rowLength = ((copyExtent.width + blockWidth-1) / blockWidth) * blockWidth; in uploadImageAspect() local
961 deUint32 rowLength = ((imageExtent.width + blockWidth-1) / blockWidth) * blockWidth; in readImageAspect() local
2389 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
2623 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
2672 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp764 deUint32 rowLength = ((copyExtent.width + blockWidth-1) / blockWidth) * blockWidth; in uploadImageAspect() local
961 deUint32 rowLength = ((imageExtent.width + blockWidth-1) / blockWidth) * blockWidth; in readImageAspect() local
2389 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
2623 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
2672 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local

12