Searched refs:m_offset (Results 1 - 25 of 36) sorted by relevance

12

/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_bmp.hpp80 int m_offset; member in class:cv::BmpDecoder
H A Dgrfmt_pxm.hpp72 int m_offset; member in class:cv::PxMDecoder
H A Dgrfmt_sunras.hpp85 int m_offset; member in class:cv::SunRasterDecoder
H A Dgrfmt_sunras.cpp55 m_offset = -1;
121 m_offset = m_strm.getPos();
123 assert( m_offset == 32 + m_maplength );
134 m_offset = m_strm.getPos();
136 assert( m_offset == 32 + m_maplength );
147 m_offset = -1;
167 if( m_offset < 0 || !m_strm.isOpened())
180 m_strm.setPos( m_offset );
H A Dgrfmt_pxm.cpp95 m_offset = -1;
171 m_offset = m_strm.getPos();
181 m_offset = -1;
202 if( m_offset < 0 || !m_strm.isOpened())
224 m_strm.setPos( m_offset );
H A Dgrfmt_bmp.cpp56 m_offset = -1;
92 m_offset = m_strm.getDWord();
176 m_offset = -1;
195 if( m_offset < 0 || !m_strm.isOpened())
219 m_strm.setPos( m_offset );
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.h73 int m_offset; member in class:GrFmtBmpReader
H A Dgrfmt_pxm.h66 int m_offset; member in class:GrFmtPxMReader
H A Dgrfmt_sunras.h79 int m_offset; member in class:GrFmtSunRasterReader
H A Dgrfmt_sunras.cpp78 m_offset = -1;
142 m_offset = m_strm.GetPos();
144 assert( m_offset == 32 + m_maplength );
155 m_offset = m_strm.GetPos();
157 assert( m_offset == 32 + m_maplength );
165 m_offset = -1;
187 if( m_offset < 0 || !m_strm.IsOpened())
201 m_strm.SetPos( m_offset );
H A Dgrfmt_pxm.cpp126 m_offset = -1;
179 m_offset = m_strm.GetPos();
188 m_offset = -1;
210 if( m_offset < 0 || !m_strm.IsOpened())
232 m_strm.SetPos( m_offset );
H A Dgrfmt_bmp.cpp76 m_offset = -1;
102 m_offset = m_strm.GetDWord();
179 m_offset = -1;
201 if( m_offset < 0 || !m_strm.IsOpened())
221 m_strm.SetPos( m_offset );
H A Dgrfmt_jpeg.h121 int m_offset; // offset of first scan member in class:GrFmtJpegReader
H A Dgrfmt_jpeg.cpp778 m_offset= -1;
905 m_offset = pos - 2;
922 m_offset = -1;
1015 if( m_offset < 0 || !m_strm.IsOpened())
1021 lstrm.SetPos( m_offset );
1087 //m_offset = pos - 2;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp60 VkDeviceSize getOffset (void) const { return m_offset; }
70 const VkDeviceSize m_offset; member in class:vk::Allocation
H A DvkMemUtil.cpp102 , m_offset (offset)
/external/gemmlowp/meta/
H A Dmulti_thread_common.h31 std::int32_t m_offset; member in struct:gemmlowp::meta::internal::TaskRect
36 TaskRect(std::int32_t m_offset, std::int32_t m, std::int32_t n_offset, argument
38 : m_offset(m_offset), m(m), n_offset(n_offset), n(n) {}
65 const IN_TYPE* task_lhs = lhs + task_rect.m_offset * k;
68 result + task_rect.m_offset * result_stride + task_rect.n_offset;
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.hpp88 const size_t m_offset; member in class:deqp::gls::TextureBufferCase
H A DglsVertexArrayTests.cpp462 , m_offset (0)
541 m_offset = offset;
569 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
575 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
586 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
604 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
610 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
621 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp89 : m_offset (offset)
92 deIntptr m_offset; member in struct:vkt::compute::__anon3798::DispatchCommand
187 DE_ASSERT(cmdIter->m_offset >= 0);
188 DE_ASSERT(cmdIter->m_offset % sizeof(deUint32) == 0);
189 DE_ASSERT(cmdIter->m_offset + INDIRECT_COMMAND_OFFSET <= (deIntptr)m_bufferSize);
191 deUint32* const dstPtr = (deUint32*)&indirectDataPtr[cmdIter->m_offset];
213 << cmdNdx << ": " << "offset = " << m_dispatchCommands[cmdNdx].m_offset << ", numWorkGroups = " << m_dispatchCommands[cmdNdx].m_numWorkGroups
305 m_device_interface.cmdDispatchIndirect(*cmdBuffer, *indirectBuffer, m_dispatchCommands[cmdNdx].m_offset);
555 const deUint32 offs = (deUint32)(cmdIter->m_offset / sizeof(deUint32));
556 DE_ASSERT((size_t)offs * sizeof(deUint32) == (size_t)cmdIter->m_offset);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp420 , m_offset (offset)
440 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
447 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
463 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset);
473 int m_offset; member in class:deqp::gles31::Functional::TexImageCubeArrayBufferCase
513 , m_offset (offset)
553 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
554 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
567 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset);
583 int m_offset; member in class:deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
[all...]
/external/deqp/framework/opengl/
H A DgluTexture.hpp288 size_t getOffset (void) const { return m_offset; }
304 size_t m_offset; member in class:glu::TextureBuffer
H A DgluTexture.cpp799 , m_offset (0)
810 , m_offset (0)
847 m_offset = offset;
867 gl.texBufferRange(GL_TEXTURE_BUFFER, m_format, m_glBuffer, (glw::GLintptr)m_offset, (glw::GLsizeiptr)m_size);
894 (deUint8*)m_refBuffer.getPtr() + m_offset);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2309 , m_offset (offset)
2328 data.resize(rowPitch*height + m_offset);
2335 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
2350 glTexImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset);
2358 int m_offset; member in class:deqp::gles3::Functional::TexImage2DBufferCase
2381 , m_offset (offset)
2411 data[face].resize(rowPitch*height + m_offset);
2412 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, rowPitch, 0, &data[face][0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), gMin, gMax);
2425 glTexImage2D(s_cubeMapFaces[face], 0, m_internalFormat, m_size, m_size, 0, fmt.format, fmt.dataType, (const void*)(deUintptr)m_offset);
2434 int m_offset; member in class:deqp::gles3::Functional::TexImageCubeBufferCase
2516 int m_offset; member in class:deqp::gles3::Functional::TexImage2DArrayBufferCase
2598 int m_offset; member in class:deqp::gles3::Functional::TexImage3DBufferCase
2687 int m_offset; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2788 int m_offset; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2899 int m_offset; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3010 int m_offset; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp523 const int m_offset; member in class:deqp::gles31::Stress::__anon4765::BindVertexBufferCase
531 , m_offset (offset)
593 gl.glBindVertexBuffer(0, m_buffer, m_offset, int(sizeof(tcu::Vec4)));

Completed in 598 milliseconds

12