Searched refs:program_attribute (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 7512 glw::GLuint program_attribute = gl.getAttribLocation(m_po, s_attribute); in PrepareBuffersAndVertexArrays() local 7531 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays() 7534 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays() 7553 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays() 7556 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays() 7575 gl.vertexAttribPointer(program_attribute, 3, GL_FLOAT, GL_FALSE, 0, NULL); in PrepareBuffersAndVertexArrays() 7578 gl.enableVertexAttribArray(program_attribute); in PrepareBuffersAndVertexArrays()
|