Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dpixel.c64 GLint rowLength = state->storeUnpack.rowLength; in FillBitmap() local
146 GLint rowLength = state->storeUnpack.rowLength; in __glFillImage() local
252 GLint rowLength = state->storePack.rowLength; in EmptyBitmap() local
373 GLint rowLength = state->storePack.rowLength; in __glEmptyImage() local
Dglxclient.h169 GLuint rowLength; member
/external/armnn/samples/SpeechRecognition/include/
DDecoder.hpp37 int rowLength = 29; in DecodeOutput() local
DSpeechRecognitionPipeline.hpp81 int rowLength = 29; in PostProcessing() local
/external/angle/src/tests/gl_tests/
DUnpackRowLength.cpp47 void testRowLength(int texSize, int rowLength) in testRowLength()
DTextureTest.cpp3106 const int rowLength = getWindowWidth(); in TEST_P() local
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1129 int height, int rowLength, int skipRows, int skipPixels, int alignment) in TexImage2DParamsCase()
1144 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1187 … int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, in TexImage3DParamsCase()
1205 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1420 … int height, int subX, int subY, int subW, int subH, int rowLength, int skipRows, in TexSubImage2DParamsCase()
1458 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
1852 … int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) in TexSubImage3DParamsCase()
1899 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
2397 … int height, int rowLength, int skipRows, int skipPixels, int alignment, int offset) in TexImage2DBufferCase()
2413 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels; in createTexture() local
[all …]
Des3fReadPixelsTests.cpp95GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, GLenum type) in ReadPixelsTest()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp428 … int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, in TexImageCubeArrayBufferCase()
447 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; in createTexture() local
504 … int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, in TexSubImageCubeArrayBufferCase()
554 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
730 int rowLength = m_size; in createTexture() local
1027 int rowLength; in init() member
1115 int rowLength; in init() member
/external/zxing/core/src/main/java/com/google/zxing/common/
DBitMatrix.java104 int rowLength = -1; in parse() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp591 uint32_t rowLength, in copy()
740 VkExtent2D Image::bufferExtentInBlocks(const VkExtent2D &extent, uint32_t rowLength, uint32_t image… in bufferExtentInBlocks()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java839 int rowLength; local
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp387 static void renderQuadGridReference(tcu::Surface &dst, int numQuads, int rowLength, const uint8_t *… in renderQuadGridReference()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp575 static void renderQuadGridReference(tcu::Surface &dst, int numQuads, int rowLength, const uint8_t *… in renderQuadGridReference()
/external/angle/src/libANGLE/
Dformatutils.cpp1772 GLint rowLength, in computeRowPitch()
1817 GLint rowLength, in computeDepthPitch()
DState.cpp1057 void PrivateState::setPackRowLength(GLint rowLength) in setPackRowLength()
1081 void PrivateState::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
Dangletypes.h498 GLint rowLength = 0; member
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp846 int rowLength; // number of groups in the row member
1487 int rowLength = m_unpackProperties.rowLength; in makeGradient() local
/external/skia/src/core/
DSkAAClip.cpp918 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp897 …uint32_t rowLength = ((copyExtent.width + blockWidth - 1) / blockWidth) * blockWid… in uploadImageAspect() local
1098 uint32_t rowLength = ((imageExtent.width + blockWidth - 1) / blockWidth) * blockWidth; in readImageAspect() local
2670 uint32_t rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
3174 uint32_t rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
3229 uint32_t rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp1217 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); in uploadTexData() local
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2115 uint32_t rowLength, in copyBufferDataToImage()