Searched defs:m_offset (Results 1 - 25 of 26) sorted by relevance

12

/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.h66 int m_offset; member in class:GrFmtPxMReader
H A Dgrfmt_bmp.h73 int m_offset; member in class:GrFmtBmpReader
H A Dgrfmt_sunras.h79 int m_offset; member in class:GrFmtSunRasterReader
H A Dgrfmt_jpeg.h121 int m_offset; // offset of first scan member in class:GrFmtJpegReader
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h30 m_offset(DW_INVALID_OFFSET),
37 m_offset(offset),
44 dw_offset_t GetOffset() const { return m_offset; }
52 dw_offset_t m_offset; member in class:DWARFAbbreviationDeclarationSet
H A DDWARFDebugArangeSet.h40 void SetOffset(uint32_t offset) { m_offset = offset; }
71 uint32_t m_offset; member in class:DWARFDebugArangeSet
H A DDWARFDebugPubnamesSet.h60 dw_offset_t GetOffset() const { return m_offset; }
61 void SetOffset(dw_offset_t offset) { m_offset = offset; }
88 dw_offset_t m_offset; member in class:DWARFDebugPubnamesSet
H A DDWARFCompileUnit.h44 dw_offset_t GetOffset() const { return m_offset; }
47 dw_offset_t GetFirstDIEOffset() const { return m_offset + Size(); }
48 dw_offset_t GetNextCompileUnitOffset() const { return m_offset + m_length + 4; }
195 dw_offset_t m_offset; member in class:DWARFCompileUnit
H A DDWARFDebugInfoEntry.h111 m_offset (DW_INVALID_OFFSET),
123 m_offset = DW_INVALID_OFFSET;
337 return m_offset;
343 m_offset = offset;
447 dw_offset_t m_offset; // Offset within the .debug_info of the start of this entry member in class:DWARFDebugInfoEntry
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.hpp88 const size_t m_offset; member in class:deqp::gls::TextureBufferCase
H A DglsAttributeLocationTests.hpp185 const int m_offset; member in class:deqp::gls::BindAliasingAttributeTest
H A DglsVertexArrayTests.hpp212 int m_offset; member in class:deqp::gls::ContextArray
H A DglsDrawTest.cpp926 int m_offset; member in class:deqp::gls::__anon3758::AttributeArray
946 , m_offset (0)
1022 m_offset = offset;
1098 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
1104 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset);
1115 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h58 m_offset (file_offset),
129 { return m_offset; }
226 lldb::addr_t m_offset; ///< The offset in bytes into the file, or the address in memory member in class:lldb_private::ObjectContainer
H A DUnwindPlan.h244 m_offset (rhs.m_offset),
263 return m_offset;
269 m_offset = offset;
275 m_offset += offset;
337 lldb::addr_t m_offset; // Offset into the function for this row member in class:lldb_private::UnwindPlan::Row
/external/deqp/framework/opengl/
H A DgluTexture.hpp286 size_t getOffset (void) const { return m_offset; }
305 size_t m_offset; member in class:glu::TextureBuffer
/external/lldb/include/lldb/Core/
H A DAddress.h104 m_offset (LLDB_INVALID_ADDRESS)
119 m_offset(rhs.m_offset.load())
138 m_offset (offset)
186 m_offset = LLDB_INVALID_ADDRESS;
336 GetOffset () const { return m_offset; }
371 return m_offset != LLDB_INVALID_ADDRESS;
463 bool changed = m_offset != offset;
464 m_offset = offset;
472 m_offset
542 std::atomic<lldb::addr_t> m_offset; ///< Offset into section if \\a m_section_wp is valid... member in class:lldb_private::Address
[all...]
/external/lldb/include/lldb/Expression/
H A DMaterializer.h117 m_offset(0)
143 return m_offset;
148 m_offset = offset;
155 uint32_t m_offset; member in class:lldb_private::Materializer::Entity
H A DClangExpressionVariable.h161 m_offset (0)
167 off_t m_offset; ///< The offset of the variable in the struct, in bytes member in struct:lldb_private::ClangExpressionVariable::JITVars
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp523 const int m_offset; member in class:deqp::gles31::Stress::__anon3750::BindVertexBufferCase
531 , m_offset (offset)
593 gl.glBindVertexBuffer(0, m_buffer, m_offset, int(sizeof(tcu::Vec4)));
/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/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp282 : m_tid(tid), m_offset(offset), m_size(size),
290 unsigned m_offset; member in class:ReadRegOperation
306 m_value = *(uintptr_t *)(((caddr_t)&regs) + m_offset);
308 memcpy(&m_value, (((caddr_t)&regs) + m_offset), m_size);
321 : m_tid(tid), m_offset(offset),
329 unsigned m_offset; member in class:WriteRegOperation
343 *(uintptr_t *)(((caddr_t)&regs) + m_offset) = (uintptr_t)m_value.GetAsUInt64();
/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/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp460 : m_tid(tid), m_offset(offset), m_reg_name(reg_name),
468 uintptr_t m_offset; member in class:ReadRegOperation
481 lldb::addr_t data = PTRACE(PTRACE_PEEKUSER, m_tid, (void*)m_offset, NULL, 0);
502 : m_tid(tid), m_offset(offset), m_reg_name(reg_name),
510 uintptr_t m_offset; member in class:WriteRegOperation
530 if (PTRACE(PTRACE_POKEUSER, m_tid, (void*)m_offset, buf, 0))
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1282 GLintptr m_offset; member in class:deqp::egl::GLES2ThreadTest::BufferSubData
1290 , m_offset (offset)
1305 thread.newMessage() << "Begin -- glBufferSubData(" << m_target << ", " << m_offset << ", " << m_size << ", <DATA>)" << tcu::ThreadUtil::Message::End;
1306 GLU_CHECK_GLW_CALL(thread.gl, bufferSubData(m_target, m_offset, m_size, dummyData));

Completed in 551 milliseconds

12