Home
last modified time | relevance | path

Searched defs:offsetLoc (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dstack-value.ts16 const offsetLoc = size + paddingSize(size, width) + index * width; constant
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt157 val offsetLoc: Int = bufSize + paddingBytes(bufSize, byteWidth) + elemIndex * byteWidth in elemWidth() constant
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
Des31fShaderMultisampleInterpolationTests.cpp444 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp524 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java762 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp389 GLuint SharedData::offsetLoc () const in offsetLoc() function in glcts::__anon622c37520111::SharedData