Searched refs:offsetLoc (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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"); local 921 gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), glu::BufferOffsetAsPointer(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...] |
H A D | es31fShaderMultisampleInterpolationTests.cpp | 444 const deInt32 offsetLoc = gl.getUniformLocation(m_program->getProgram(), "u_offset"); 447 if (offsetLoc == -1) 452 gl.uniform1i(offsetLoc, 0);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 252 GLuint offsetLoc() const; 389 GLuint SharedData::offsetLoc () const in offsetLoc() function in glcts::__anon27555::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()
|
Completed in 7 milliseconds