Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAdjacency.cpp177 , m_position_attribute_location(0) in GeometryShaderAdjacency()
385 m_position_attribute_location = gl.getAttribLocation(m_po_id, "position_data"); in iterate()
386 …gl.vertexAttribPointer(m_position_attribute_location, m_components_input, GL_FLOAT, GL_FALSE, 0, 0… in iterate()
387 gl.enableVertexAttribArray(m_position_attribute_location); in iterate()
DesextcGeometryShaderAdjacency.hpp330 glw::GLuint m_position_attribute_location; member in glcts::GeometryShaderAdjacency