Searched refs:vertex_shader_position (Results 1 – 2 of 2) sorted by relevance
761 static const glw::GLchar* const vertex_shader_position; member in glcts::TextureCubeMapArraySamplingTest
238 const glw::GLchar* const TextureCubeMapArraySamplingTest::vertex_shader_position = "position"; member in glcts::TextureCubeMapArraySamplingTest2287 …stream << shader_input << type_vec4 << vertex_shader_input << vertex_shader_position << ";" << std… in getPassThroughVertexShaderCode()2989 …stream << shader_input << type_vec4 << vertex_shader_input << vertex_shader_position << ";" << std… in getSamplingVertexShaderCode()5077 attributeDefinition positionAttribute = { vertex_shader_position, type_vec4, Position, 0 };