Home
last modified time | relevance | path

Searched refs:program_attribute (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp7516 glw::GLuint program_attribute = gl.getAttribLocation(m_po, s_attribute); in PrepareBuffersAndVertexArrays() local
7535 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays()
7538 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays()
7557 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays()
7560 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays()
7579 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays()
7582 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays()