HomeSort by relevance Sort by last modified time
    Searched refs:m_offset (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 2346 int m_offset; member in class:deqp::gles3::Functional::TexImage2DBufferCase
2422 int m_offset; member in class:deqp::gles3::Functional::TexImageCubeBufferCase
2504 int m_offset; member in class:deqp::gles3::Functional::TexImage2DArrayBufferCase
2586 int m_offset; member in class:deqp::gles3::Functional::TexImage3DBufferCase
2675 int m_offset; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2776 int m_offset; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2887 int m_offset; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2998 int m_offset; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 282 : 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();
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 525 const int m_offset; member in class:deqp::gles31::Stress::__anon24193::BindVertexBufferCase
533 , m_offset (offset)
595 gl.glBindVertexBuffer(0, m_buffer, m_offset, int(sizeof(tcu::Vec4)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 515 if (interval.low() <= m_offset && interval.high() > m_offset)
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 429 m_offset,
481 m_offset + object->ar_file_offset,
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModel.cpp 208 : m_offset(offset)
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 250 m_offset + m_fat_archs[arch_idx].offset,
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 460 : 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))
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.cpp 125 m_offset = *offset_ptr;
144 m_offset,
248 *offset_ptr = m_offset;
290 // Log::Error("DIE at offset 0x%8.8x is beyond the end of the current compile unit (0x%8.8x)", m_offset, cu_end_offset);
293 m_offset = offset;
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 482 , m_offset (0)
561 m_offset = offset;
589 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
595 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
606 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
624 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
630 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
641 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
    [all...]
glsTextureBufferCase.cpp 937 , m_offset (offset)
    [all...]
glsAttributeLocationTests.hpp 185 const int m_offset; member in class:deqp::gls::BindAliasingAttributeTest
glsVertexArrayTests.hpp 212 int m_offset; member in class:deqp::gls::ContextArray
glsDrawTest.cpp 941 int m_offset;
961 , m_offset (0)
    [all...]
glsAttributeLocationTests.cpp 872 , m_offset (offset)
887 bindings.push_back(Bind("a_1", 1 + m_offset));
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 778 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;
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 227 jit_vars->m_offset = offset;
350 log->Printf("Already placed at 0x%llx", (unsigned long long)jit_vars->m_offset);
388 jit_vars->m_offset = offset; // TODO DoStructLayout() should not change this.
463 offset = jit_vars->m_offset;
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 3815 lldb::addr_t m_offset; \/\/ Subtract this offset from m_addr before doing lookups. member in class:CommandObjectTargetModulesLookup::CommandOptions
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 165 , m_offset(offset)
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1290 GLintptr m_offset; member in class:deqp::egl::GLES2ThreadTest::BufferSubData
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 747 milliseconds

1 2 34