HomeSort by relevance Sort by last modified time
    Searched full:offsetloc (Results 1 - 6 of 6) sorted by null

  /external/flatbuffers/src/
reflection.cpp 184 // the insertion point. If it does, change the offset at offsetloc (of
188 void *offsetloc) {
190 WriteScalar<T>(offsetloc, ReadScalar<T>(offsetloc) + delta_ * D);
191 DagCheck(offsetloc) = true;
201 uint8_t &DagCheck(const void *offsetloc) {
202 auto dag_idx = reinterpret_cast<const uoffset_t *>(offsetloc) -
235 auto offsetloc = tableloc + offset; local
236 if (DagCheck(offsetloc))
238 auto ref = offsetloc + ReadScalar<uoffset_t>(offsetloc)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset");
639 gl.glEnableVertexAttribArray(offsetLoc);
643 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4));
647 gl.glVertexAttribBinding(offsetLoc, colorOffsetBinding);
893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset");
921 gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), (deUint8*)DE_NULL + sizeof(tcu::Vec4));
927 gl.glEnableVertexAttribArray(offsetLoc);
944 gl.glVertexAttribBinding(offsetLoc, colorLoc);
947 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4));
954 gl.glEnableVertexAttribArray(offsetLoc);
    [all...]
es31fShaderMultisampleInterpolationTests.cpp 436 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset");
439 if (offsetLoc == -1)
444 gl.uniform1i(offsetLoc, 0);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 524 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset");
525 glEnableVertexAttribArray(offsetLoc);
526 glVertexAttribDivisor(offsetLoc, 1);
527 glVertexAttribPointer(offsetLoc, OFFSET_COMPONENTS, GL_FLOAT, GL_FALSE, 0, &m_instanceOffsets[0]);
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 217 milliseconds