/third_party/mesa3d/src/glx/ |
D | pixel.c | 87 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
|
D | glxclient.h | 190 GLuint rowLength; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UnpackRowLength.cpp | 47 void testRowLength(int texSize, int rowLength) in testRowLength()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UnpackRowLength.cpp | 47 void testRowLength(int texSize, int rowLength) in testRowLength()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1066 …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 …]
|
D | es3fReadPixelsTests.cpp | 92 …const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRo… in ReadPixelsTest()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 410 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/ |
D | index.js | 107 let rowLength = stringWidth(rows[rows.length - 1]); variable
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 48 GLint rowLength = 0; member
|
/third_party/flutter/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 324 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); in setTextureData() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 1181 GLint rowLength, in computeRowPitch() 1216 GLint rowLength, in computeDepthPitch()
|
D | State.cpp | 1718 void State::setPackRowLength(GLint rowLength) in setPackRowLength() 1742 void State::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
|
D | angletypes.h | 366 GLint rowLength = 0; member
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 1657 GLint rowLength, in computeRowPitch() 1705 GLint rowLength, in computeDepthPitch()
|
D | State.cpp | 2279 void State::setPackRowLength(GLint rowLength) in setPackRowLength() 2303 void State::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
|
D | angletypes.h | 458 GLint rowLength = 0; member
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBufferTestUtil.cpp | 531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 995 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/ |
D | Context.cpp | 885 void Context::setPackRowLength(GLint rowLength) in setPackRowLength() 900 void Context::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 567 int rowLength; // number of groups in the row member 1208 int rowLength = m_unpackProperties.rowLength; in makeGradient() local
|
/third_party/skia/src/core/ |
D | SkAAClip.cpp | 912 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
|
/third_party/flutter/skia/src/core/ |
D | SkAAClip.cpp | 219 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 764 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 764 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
|