Searched refs:m_texID (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 155 GLuint m_texID; member in deqp::gles31::Functional::__anoneadaa2760111::SamplePosRasterizationTest 173 , m_texID (0) in SamplePosRasterizationTest() 212 gl.genTextures (1, &m_texID); in init() 213 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, m_texID); in init() 297 if (m_texID) in deinit() 299 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texID); in deinit() 300 m_texID = 0; in deinit() 355 gl.bindTexture (GL_TEXTURE_2D_MULTISAMPLE, m_texID); in genMultisampleTexture() 365 …gl.framebufferTexture2D (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, m_texID,… in genMultisampleTexture() 477 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::__anonc37841890111::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::__anonc3de246b0111::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()
|