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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacency.cpp163 , m_position_attribute_location(0)
371 m_position_attribute_location = gl.getAttribLocation(m_po_id, "position_data");
372 gl.vertexAttribPointer(m_position_attribute_location, m_components_input, GL_FLOAT, GL_FALSE, 0, 0);
373 gl.enableVertexAttribArray(m_position_attribute_location);
H A DesextcGeometryShaderAdjacency.hpp328 glw::GLuint m_position_attribute_location; member in class:glcts::GeometryShaderAdjacency

Completed in 72 milliseconds