Searched refs:m_goten_location (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 3287 static const glw::GLuint m_goten_location; member in gl4cts::EnhancedLayouts::VertexAttribLocationAPITest 3354 static const glw::GLuint m_goten_location; member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
|
D | gl4cEnhancedLayoutsTests.cpp | 19673 const GLuint VertexAttribLocationAPITest::m_goten_location = 6; in test() member in gl4cts::EnhancedLayouts::VertexAttribLocationAPITest 19695 gl.bindAttribLocation(program.m_id, m_goten_location, "goten"); in test() 19726 const GLuint goten_location = m_goten_location; in test() 19771 const GLuint FragmentDataLocationAPITest::m_goten_location = 6; in test() member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest 19923 m_goten_location /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test() 19953 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test() 20015 …framebuffer.AttachTexture(GL_COLOR_ATTACHMENT0 + m_goten_location, m_goten.m_id, m_width, m_height… in test() 20027 buffers[m_goten_location] = GLenum(GL_COLOR_ATTACHMENT0 + m_goten_location); in test()
|