Home | History | Annotate | Download | only in functional

Lines Matching refs:m_texture

2118 	deUint32			m_texture;
2126 , m_texture (0)
2173 gl.genTextures(1, &m_texture);
2174 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_texture);
2358 if (m_texture)
2360 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
2361 m_texture = 0;
2436 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture, 0, layerNdx);
2448 gl.framebufferTexture(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture, 0);
2479 gl.framebufferTextureLayer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_texture, 0, layerNdx);