Home
last modified time | relevance | path

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

/external/flatbuffers/ts/flexbuffers/
Dstack-value.ts16 const offsetLoc = size + paddingSize(size, width) + index * width; constant
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt164 val offsetLoc: Int = bufSize + paddingBytes(bufSize, byteWidth) + elemIndex * byteWidth in elemWidth() constant
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp641 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
935 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
Des31fShaderMultisampleInterpolationTests.cpp457 const int32_t offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp551 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffersBuilder.java783 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp405 GLuint SharedData::offsetLoc() const in offsetLoc() function in glcts::__anon8e6d32480111::SharedData
/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp11085 GLint offsetLoc = glGetUniformLocation(program, "offset"); in TEST_P() local