Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3228 static const glw::GLuint m_goten_location; member in gl4cts::EnhancedLayouts::VertexAttribLocationAPITest
3295 static const glw::GLuint m_goten_location; member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
Dgl4cEnhancedLayoutsTests.cpp19089 const GLuint VertexAttribLocationAPITest::m_goten_location = 6; in test() member in gl4cts::EnhancedLayouts::VertexAttribLocationAPITest
19111 gl.bindAttribLocation(program.m_id, m_goten_location, "goten"); in test()
19142 const GLuint goten_location = m_goten_location; in test()
19187 const GLuint FragmentDataLocationAPITest::m_goten_location = 6; in test() member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
19339 m_goten_location /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test()
19369 gl.bindFragDataLocation(program.m_id, m_goten_location, "goten"); in test()
19431 …framebuffer.AttachTexture(GL_COLOR_ATTACHMENT0 + m_goten_location, m_goten.m_id, m_width, m_height… in test()
19443 buffers[m_goten_location] = GLenum(GL_COLOR_ATTACHMENT0 + m_goten_location); in test()