Searched refs:m_goku (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 3344 Utils::Texture m_goku; member in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
|
H A D | gl4cEnhancedLayoutsTests.cpp | 19774 , m_goku(context) in test() 19802 m_goku.Get(GL_RGBA, GL_UNSIGNED_BYTE, &data[0]); in test() 20000 m_goku.Init(Utils::Texture::TEX_2D, m_width, m_height, 0, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, &texture_data[0]); in test() 20010 framebuffer.AttachTexture(GL_COLOR_ATTACHMENT0 + m_goku_location, m_goku.m_id, m_width, m_height); in test()
|
Completed in 38 milliseconds