Home | History | Annotate | Download | only in egl

Lines Matching refs:m_texture

913 	SharedPtr<Texture> m_texture;
920 m_texture = texture;
931 m_texture->texture = tex;
941 SharedPtr<Texture> m_texture;
946 , m_texture (texture)
948 modifyGLObject(SharedPtr<Object>(m_texture));
953 GLuint tex = m_texture->texture;
959 m_texture->texture = 0;
969 SharedPtr<Texture> m_texture;
980 , m_texture (texture)
988 modifyGLObject(SharedPtr<Object>(m_texture));
989 m_texture->isDefined = true;
999 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1000 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1019 SharedPtr<Texture> m_texture;
1031 , m_texture (texture)
1040 modifyGLObject(SharedPtr<Object>(m_texture));
1042 if (m_texture->sourceImage)
1043 modifyGLObject(SharedPtr<Object>(m_texture->sourceImage));
1050 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1051 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1070 SharedPtr<Texture> m_texture;
1082 , m_texture (texture)
1091 modifyGLObject(SharedPtr<Object>(m_texture));
1100 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1101 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1120 SharedPtr<Texture> m_texture;
1132 , m_texture (texture)
1141 modifyGLObject(SharedPtr<Object>(m_texture));
1143 if (m_texture->sourceImage)
1144 modifyGLObject(SharedPtr<Object>(m_texture->sourceImage));
1149 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1150 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1734 SharedPtr<Texture> m_texture;
1740 , m_texture (texture)
1760 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1761 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1875 SharedPtr<Texture> m_texture;
1886 m_texture = texture;
1887 m_texture->sourceImage = m_image;
1901 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1902 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));
1922 thread.newMessage() << "Begin -- eglCreateImageKHR(" << thread.runtimeContext->display << ", " << thread.runtimeContext->context << ", EGL_GL_TEXTURE_2D_KHR, " << m_texture->texture << ", { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE })" << tcu::ThreadUtil::Message::End;
1923 m_image->image = thread.eglExtensions.createImage(thread.runtimeContext->display, thread.runtimeContext->context, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)m_texture->texture, attribList);
1971 SharedPtr<Texture> m_texture;
1985 m_texture = texture;
1992 thread.newMessage() << "Begin -- glBindTexture(GL_TEXTURE_2D, " << m_texture->texture << ")" << tcu::ThreadUtil::Message::End;
1993 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, m_texture->texture));