Home | History | Annotate | Download | only in egl

Lines Matching defs:m_format

216 							ModifyTexSubImage		(GLenum format, GLenum type) : m_format(format), m_type(type) {}
218 GLenum getFormat (void) const { return m_format; }
221 GLenum m_format;
776 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize);
785 GLU_CHECK_GLW_CALL(gl, texSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), m_format, m_type, src.getLevel(0).getDataPtr()));