Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19778 , m_goku_location(0) in test()
19905 m_goku_location = 2; in test()
19912 m_goku_location /* expected_location */, type /* type */, GL_FALSE /* normalized */, in test()
20010 framebuffer.AttachTexture(GL_COLOR_ATTACHMENT0 + m_goku_location, m_goku.m_id, m_width, m_height); in test()
20025 buffers[m_goku_location] = GLenum(GL_COLOR_ATTACHMENT0 + m_goku_location); in test()
Dgl4cEnhancedLayoutsTests.hpp3349 glw::GLint m_goku_location; member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest