Searched refs:m_texID (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 156 GLuint m_texID; member in deqp::gles31::Functional::__anona9e459750111::SamplePosRasterizationTest 174 , m_texID (0) in SamplePosRasterizationTest() 213 gl.genTextures (1, &m_texID); in init() 214 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, m_texID); in init() 298 if (m_texID) in deinit() 300 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit() 301 m_texID = 0; in deinit() 356 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, m_texID); in genMultisampleTexture() 366 …gl.framebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, m_texID,… in genMultisampleTexture() 478 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, m_texID); in drawSample() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 378 GLuint m_texID; member in deqp::gles2::Stress::__anonac5c42080111::FramebufferRenderCase 385 , m_texID (0) in FramebufferRenderCase() 447 gl.genTextures(1, &m_texID); in init() 448 gl.bindTexture(GL_TEXTURE_2D, m_texID); in init() 455 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texID, 0); in init() 467 if (m_texID) in deinit() 469 gl.deleteTextures(1, &m_texID); in deinit() 470 m_texID = 0; in deinit()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 388 GLuint m_texID; member in deqp::gles3::Stress::__anonacc224ea0111::FramebufferRenderCase 395 , m_texID (0) in FramebufferRenderCase() 459 gl.genTextures(1, &m_texID); in init() 460 gl.bindTexture(GL_TEXTURE_2D, m_texID); in init() 467 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texID, 0); in init() 479 if (m_texID) in deinit() 481 gl.deleteTextures(1, &m_texID); in deinit() 482 m_texID = 0; in deinit()
|