Searched refs:m_fboSize (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderViewportLayerArrayTests.cpp | 436 , m_fboSize(512) in ShaderLayerFramebufferTestCaseBase() 462 gl.viewport(0, 0, m_fboSize, m_fboSize); in init() 513 gl.readPixels(m_fboSize / 2, m_fboSize / 2, 1, 1, GL_RGBA, GL_FLOAT, rgba); in iterate() 552 …gl.texImage3D(GL_TEXTURE_3D, 0, GL_RGBA8, m_fboSize, m_fboSize, m_layersNum, 0, GL_RGBA, GL_FLOAT,… in createFBO() 619 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, m_fboSize, m_fboSize, 0, GL_RGBA, GL_FLOAT, 0); in createFBO()
|
D | gl4cShaderViewportLayerArrayTests.hpp | 143 const int m_fboSize; member in gl4cts::ShaderLayerFramebufferTestCaseBase
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 1638 const int m_fboSize; member in deqp::gles31::Functional::__anonb18e29540111::NegativeFramebufferCase 1648 , m_fboSize (64) in NegativeFramebufferCase() 1762 …ample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples0, m_internalFormat, m_fboSize, m_fboSize, fixedSampl… in iterate() 1788 …ample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples1, m_internalFormat, m_fboSize, m_fboSize, fixedSampl… in iterate() 1798 …erbufferStorageMultisample(GL_RENDERBUFFER, m_numSamples1, m_internalFormat, m_fboSize, m_fboSize); in iterate()
|