Home
last modified time | relevance | path

Searched refs:vertex_position_attribute_location (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp837 glw::GLint vertex_position_attribute_location = -1; in prepareBufferObjects() local
839 vertex_position_attribute_location = gl.getAttribLocation(m_program_id, "vertex_position"); in prepareBufferObjects()
842 gl.vertexAttribPointer(vertex_position_attribute_location, 4, /* size */ in prepareBufferObjects()
848 gl.enableVertexAttribArray(vertex_position_attribute_location); in prepareBufferObjects()

Completed in 2 milliseconds