/external/flatbuffers/ts/flexbuffers/ |
D | stack-value.ts | 16 const offsetLoc = size + paddingSize(size, width) + index * width; constant 17 const offset = offsetLoc - this.offset;
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local 639 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() 643 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo() 647 gl.glVertexAttribBinding(offsetLoc, colorOffsetBinding); in renderTo() 893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local 921 …gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), gl… in renderTo() 927 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() 944 gl.glVertexAttribBinding(offsetLoc, colorLoc); in renderTo() 947 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo() 954 gl.glEnableVertexAttribArray(offsetLoc); in renderTo() [all …]
|
D | es31fShaderMultisampleInterpolationTests.cpp | 444 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); in preDraw() local 447 if (offsetLoc == -1) in preDraw() 452 gl.uniform1i(offsetLoc, 0); in preDraw()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 524 int offsetLoc = glGetAttribLocation(program, "a_instanceOffset"); in setupAndRender() local 525 glEnableVertexAttribArray(offsetLoc); in setupAndRender() 526 glVertexAttribDivisor(offsetLoc, 1); in setupAndRender() 527 … glVertexAttribPointer(offsetLoc, OFFSET_COMPONENTS, GL_FLOAT, GL_FALSE, 0, &m_instanceOffsets[0]); in setupAndRender()
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersInternals.kt | 157 val offsetLoc: Int = bufSize + paddingBytes(bufSize, byteWidth) + elemIndex * byteWidth in elemWidth() constant 159 val offset: Int = offsetLoc - iValue.toInt() in elemWidth()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffersBuilder.java | 762 … int offsetLoc = bufSize + paddingBytes(bufSize, byteWidth) + (elemIndex * byteWidth); in elemWidth() local 764 long offset = offsetLoc - iValue; in elemWidth()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcCompressedFormatTests.cpp | 252 GLuint offsetLoc() const; 389 GLuint SharedData::offsetLoc () const in offsetLoc() function in glcts::__anon209c35970111::SharedData 1584 gl.uniform4fv(m_data->offsetLoc(), 1, defaultOffset.offset.getPtr()); in iterate() 1619 gl.uniform4fv(m_data->offsetLoc(), 1, defaultOffset.offset.getPtr()); in iterate() 1627 gl.uniform4fv(m_data->offsetLoc(), 1, offset.offset.getPtr()); in iterate()
|
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 10504 GLint offsetLoc = glGetUniformLocation(program, "offset"); in TEST_P() local 10505 ASSERT_NE(offsetLoc, -1); in TEST_P() 10516 glUniform2f(offsetLoc, 0.1f, 0); in TEST_P() 10533 glUniform2f(offsetLoc, 0, 0.1f); in TEST_P()
|